Commit 67faf037 authored by michael's avatar michael

fix h261 parsing bug


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5997 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8b83b9de
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment