# HG changeset patch # User diego # Date 1178147483 0 # Node ID b1fd0281c13990ce5e64a808559b42558f66d8f1 # Parent bcff4564b786f56a41377683c2db9e6f6bf7dac3 Remove unused variable. diff -r bcff4564b786 -r b1fd0281c139 h264.c --- 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; listlist_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 ];