Commit ae10e1fd authored by Ramiro Polla's avatar Ramiro Polla

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

Originally committed as revision 14014 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bc4c3a55
......@@ -295,7 +295,7 @@ static int mlp_parse(AVCodecParserContext *s,
lost_sync:
mp->in_sync = 0;
return -1;
return 1;
}
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