mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-20 06:20:40 +00:00
Seek the file forwards instead of backwards when sync is lost.
Originally committed as revision 14014 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bc4c3a55f5
commit
ae10e1fd3d
@ -295,7 +295,7 @@ static int mlp_parse(AVCodecParserContext *s,
|
|||||||
|
|
||||||
lost_sync:
|
lost_sync:
|
||||||
mp->in_sync = 0;
|
mp->in_sync = 0;
|
||||||
return -1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
AVCodecParser mlp_parser = {
|
AVCodecParser mlp_parser = {
|
||||||
|
Loading…
Reference in New Issue
Block a user