Mercurial > libavcodec.hg
comparison h264.c @ 4896:b1fd0281c139 libavcodec
Remove unused variable.
author | diego |
---|---|
date | Wed, 02 May 2007 23:11:23 +0000 |
parents | 7eba8b456a3f |
children | 777f250df232 |
comparison
equal
deleted
inserted
replaced
4895:bcff4564b786 | 4896:b1fd0281c139 |
---|---|
5297 | 5297 |
5298 if(dct8x8_allowed) | 5298 if(dct8x8_allowed) |
5299 dct8x8_allowed = get_dct8x8_allowed(h); | 5299 dct8x8_allowed = get_dct8x8_allowed(h); |
5300 | 5300 |
5301 for(list=0; list<h->list_count; list++){ | 5301 for(list=0; list<h->list_count; list++){ |
5302 const int ref_count= IS_REF0(mb_type) ? 1 : h->ref_count[list]; | |
5303 | |
5304 for(i=0; i<4; i++){ | 5302 for(i=0; i<4; i++){ |
5305 if(IS_DIRECT(h->sub_mb_type[i])) { | 5303 if(IS_DIRECT(h->sub_mb_type[i])) { |
5306 h->ref_cache[list][ scan8[4*i] ] = h->ref_cache[list][ scan8[4*i]+1 ]; | 5304 h->ref_cache[list][ scan8[4*i] ] = h->ref_cache[list][ scan8[4*i]+1 ]; |
5307 continue; | 5305 continue; |
5308 } | 5306 } |