Commit 8dbd9cb6 authored by Michael Niedermayer's avatar Michael Niedermayer

Fix all the recent problems Justin had run into with the AC3 parser,

including issue 459.

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