diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-18 21:45:53 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-18 21:45:53 +0000 |
commit | d51bd73ce649820279aa5ac959291507f6b98cce (patch) | |
tree | a27914f822b73a07f671feee8fe26ea8072f5fff | |
parent | 1680692a6cc003ba1bb2219777a6c33f082aa81d (diff) | |
download | ffmpeg-d51bd73ce649820279aa5ac959291507f6b98cce.tar.gz |
add a log message
Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/electronicarts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/electronicarts.c b/libavformat/electronicarts.c index 2f3fcf691f..c96d8cc67d 100644 --- a/libavformat/electronicarts.c +++ b/libavformat/electronicarts.c @@ -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; |