Commit 22712f0d authored by michael's avatar michael

100l I broke AC3 in MPEG seeking.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12898 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 968e7dc3
...@@ -50,7 +50,7 @@ get_next: ...@@ -50,7 +50,7 @@ get_next:
i=END_NOT_FOUND; i=END_NOT_FOUND;
}else{ }else{
i-= s->header_size -1; i-= s->header_size -1;
s->remaining_size = len + i; s->remaining_size = len;
if(!new_frame_start) if(!new_frame_start)
goto get_next; 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