mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
100l I broke AC3 in MPEG seeking.
Originally committed as revision 12898 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c087748f26
commit
e4d5a18558
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user