Commit bf2cdefc authored by Michael Niedermayer's avatar Michael Niedermayer

Reset state after some frame header is found.

Fixes issue704

Originally committed as revision 15742 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2cdba8bf
......@@ -49,6 +49,7 @@ get_next:
if(len<=0){
i=END_NOT_FOUND;
}else{
s->state=0;
i-= s->header_size -1;
s->remaining_size = len;
if(!new_frame_start || pc->index+i<=0){
......
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