diff h264.c @ 4896:b1fd0281c139 libavcodec

Remove unused variable.
author diego
date Wed, 02 May 2007 23:11:23 +0000
parents 7eba8b456a3f
children 777f250df232
line wrap: on
line diff
--- a/h264.c	Wed May 02 20:42:44 2007 +0000
+++ b/h264.c	Wed May 02 23:11:23 2007 +0000
@@ -5299,8 +5299,6 @@
             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 ];