projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1680692
)
add a log message
author
Aurelien Jacobs
<aurel@gnuage.org>
Thu, 18 Oct 2007 21:45:53 +0000
(21:45 +0000)
committer
Aurelien 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
patch
|
blob
|
history
diff --git
a/libavformat/electronicarts.c
b/libavformat/electronicarts.c
index 2f3fcf691f5d647c05243b11a32845caf2bf8756..c96d8cc67db1ac9b6c670fbb980ca9e3518b67f8 100644
(file)
--- 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;