Remove unused variable.
authorDiego Biurrun <diego@biurrun.de>
Wed, 2 May 2007 23:11:23 +0000 (23:11 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 2 May 2007 23:11:23 +0000 (23:11 +0000)
Originally committed as revision 8878 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index 40dbb96..f8f61d3 100644 (file)
@@ -5299,8 +5299,6 @@ decode_intra_mb:
             dct8x8_allowed = get_dct8x8_allowed(h);
 
         for(list=0; list<h->list_count; list++){
-            const int ref_count= IS_REF0(mb_type) ? 1 : h->ref_count[list];
-
             for(i=0; i<4; i++){
                 if(IS_DIRECT(h->sub_mb_type[i])) {
                     h->ref_cache[list][ scan8[4*i] ] = h->ref_cache[list][ scan8[4*i]+1 ];