提交 0f812f52 编写于 作者: M Michael Niedermayer

fix h261 parsing bug

Originally committed as revision 5997 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 732692d9
......@@ -859,7 +859,6 @@ static int h261_find_frame_end(ParseContext *pc, AVCodecContext* avctx, const ui
state= (state<<8) | buf[i];
for(j=0; j<8; j++){
if(((state>>j)&0xFFFFF) == 0x00010){
i++;
vop_found=1;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册