Commit 9cac0660 authored by ramiro's avatar ramiro

Seek the file forwards instead of backwards when sync is lost.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14014 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7ddf8d6c
...@@ -295,7 +295,7 @@ static int mlp_parse(AVCodecParserContext *s, ...@@ -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 = {
......
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