No subject

bogus at does.not.exist.com bogus at does.not.exist.com
Tue Aug 25 22:50:44 CEST 2009


Modified:
   trunk/libavformat/rmdec.c

Modified: trunk/libavformat/rmdec.c
==============================================================================
--- trunk/libavformat/rmdec.c	Sat Jan 23 09:39:50 2010	(r21391)
+++ trunk/libavformat/rmdec.c	Sat Jan 23 10:42:52 2010	(r21392)
@@ -562,6 +562,9 @@ static int sync(AVFormatContext *s, int6
                 if(len<0)
                     continue;
                 goto skip;
+            } else if (state == MKBETAG('D','A','T','A')) {
+                av_log(s, AV_LOG_WARNING,
+                       "DATA tag in middle of chunk, file may be broken.\n");
             }
 
             if(state > (unsigned)0xFFFF || state <= 12)



More information about the ffmpeg-cvslog mailing list