[FFmpeg-cvslog] r10785 - trunk/libavformat/electronicarts.c
aurel
subversion
Thu Oct 18 23:45:54 CEST 2007
Author: aurel
Date: Thu Oct 18 23:45:53 2007
New Revision: 10785
Log:
add a log message
Modified:
trunk/libavformat/electronicarts.c
Modified: trunk/libavformat/electronicarts.c
==============================================================================
--- trunk/libavformat/electronicarts.c (original)
+++ trunk/libavformat/electronicarts.c Thu Oct 18 23:45:53 2007
@@ -134,6 +134,7 @@ static int process_ea_header(AVFormatCon
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;
More information about the ffmpeg-cvslog
mailing list