add a log message
authorAurelien Jacobs <aurel@gnuage.org>
Thu, 18 Oct 2007 21:45:53 +0000 (21:45 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Thu, 18 Oct 2007 21:45:53 +0000 (21:45 +0000)
Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/electronicarts.c

index 2f3fcf691f5d647c05243b11a32845caf2bf8756..c96d8cc67db1ac9b6c670fbb980ca9e3518b67f8 100644 (file)
@@ -134,6 +134,7 @@ static int process_ea_header(AVFormatContext *s) {
                     inSubheader = 0;
                     break;
                 case 0xFF:
+                    av_log (s, AV_LOG_INFO, "end of header block reached (within audio subheader)\n");
                     inSubheader = 0;
                     inHeader = 0;
                     break;