Commit e4d5a185 authored by Michael Niedermayer's avatar Michael Niedermayer

100l I broke AC3 in MPEG seeking.

Originally committed as revision 12898 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c087748f
......@@ -50,7 +50,7 @@ get_next:
i=END_NOT_FOUND;
}else{
i-= s->header_size -1;
s->remaining_size = len + i;
s->remaining_size = len;
if(!new_frame_start)
goto get_next;
}
......
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