提交 732cb5fd 编写于 作者: M Michael Niedermayer

add {} to make the else look a little more normal

Originally committed as revision 10978 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 dd2111bd
......@@ -3760,7 +3760,7 @@ static void vc1_decode_blocks(VC1Context *v)
v->s.esc3_level_length = 0;
if(v->x8_type){
ff_intrax8_decode_picture(&v->x8, 2*v->pq+v->halfpq, v->pq*(!v->pquantizer) );
}else
}else{
switch(v->s.pict_type) {
case I_TYPE:
......@@ -3785,6 +3785,7 @@ static void vc1_decode_blocks(VC1Context *v)
vc1_decode_b_blocks(v);
break;
}
}
}
/** Find VC-1 marker in buffer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册