[FFmpeg-cvslog] r14014 - trunk/libavcodec/mlp_parser.c
ramiro
subversion
Fri Jun 27 23:36:01 CEST 2008
Author: ramiro
Date: Fri Jun 27 23:36:01 2008
New Revision: 14014
Log:
Seek the file forwards instead of backwards when sync is lost.
Modified:
trunk/libavcodec/mlp_parser.c
Modified: trunk/libavcodec/mlp_parser.c
==============================================================================
--- trunk/libavcodec/mlp_parser.c (original)
+++ trunk/libavcodec/mlp_parser.c Fri Jun 27 23:36:01 2008
@@ -295,7 +295,7 @@ static int mlp_parse(AVCodecParserContex
lost_sync:
mp->in_sync = 0;
- return -1;
+ return 1;
}
AVCodecParser mlp_parser = {
More information about the ffmpeg-cvslog
mailing list