提交 e2446596 编写于 作者: D Diego Biurrun

Remove unused variable.

Originally committed as revision 8878 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 a4b120f3
......@@ -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 ];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册