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:
f409743
)
better log message
author
Aurelien Jacobs
<aurel@gnuage.org>
Thu, 18 Oct 2007 22:11:53 +0000
(22:11 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Thu, 18 Oct 2007 22:11:53 +0000
(22:11 +0000)
Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/electronicarts.c
patch
|
blob
|
history
diff --git
a/libavformat/electronicarts.c
b/libavformat/electronicarts.c
index
dc13f68
..
13f7a60
100644
(file)
--- a/
libavformat/electronicarts.c
+++ b/
libavformat/electronicarts.c
@@
-172,7
+172,7
@@
static int process_ea_header(AVFormatContext *s) {
if (blockid == GSTR_TAG) {
url_fskip(pb, 4);
} else if (blockid != PT00_TAG) {
- av_log (s, AV_LOG_ERROR, "
PT header missing
\n");
+ av_log (s, AV_LOG_ERROR, "
unknown SCHl headerid
\n");
return 0;
}