Commit 60cd2701 authored by diego's avatar diego

Remove unused variable.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8878 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c4f1e217
...@@ -5299,8 +5299,6 @@ decode_intra_mb: ...@@ -5299,8 +5299,6 @@ decode_intra_mb:
dct8x8_allowed = get_dct8x8_allowed(h); dct8x8_allowed = get_dct8x8_allowed(h);
for(list=0; list<h->list_count; list++){ 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++){ for(i=0; i<4; i++){
if(IS_DIRECT(h->sub_mb_type[i])) { if(IS_DIRECT(h->sub_mb_type[i])) {
h->ref_cache[list][ scan8[4*i] ] = h->ref_cache[list][ scan8[4*i]+1 ]; h->ref_cache[list][ scan8[4*i] ] = h->ref_cache[list][ scan8[4*i]+1 ];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment