Remove unused variable.

Originally committed as revision 8878 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-05-02 23:11:23 +00:00
parent a4b120f32b
commit e24465962d
1 changed files with 0 additions and 2 deletions

View 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 ];