[FFmpeg-cvslog] avcodec/bitstream: remove unused variable

Michael Niedermayer git at videolan.org
Wed Dec 11 15:38:37 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Dec 11 14:34:45 2013 +0100| [0f65503799c89f7473f77df8494f9380e3067a6b] | committer: Michael Niedermayer

avcodec/bitstream: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f65503799c89f7473f77df8494f9380e3067a6b
---

 libavcodec/bitstream.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
index 1a34626..99119cd 100644
--- a/libavcodec/bitstream.c
+++ b/libavcodec/bitstream.c
@@ -108,7 +108,6 @@ static int alloc_table(VLC *vlc, int size, int use_static)
 
     vlc->table_size += size;
     if (vlc->table_size > vlc->table_allocated) {
-        int err;
         if (use_static)
             abort(); // cannot do anything, init_vlc() is used with too little memory
         vlc->table_allocated += (1 << vlc->bits);



More information about the ffmpeg-cvslog mailing list