projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dfb4757
)
filmstripdec: add new line to error message
author
Piotr Bandurski
<ami_stuff@o2.pl>
Fri, 31 Aug 2012 18:50:20 +0000
(20:50 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 31 Aug 2012 21:03:18 +0000
(23:03 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/filmstripdec.c
patch
|
blob
|
history
diff --git
a/libavformat/filmstripdec.c
b/libavformat/filmstripdec.c
index 2f3aa6c6d113a75115072d0c53f9f32bf7ac45ba..0d02818fbff5f0c9178b65fb1e2fd18e8d30e06e 100644
(file)
--- a/
libavformat/filmstripdec.c
+++ b/
libavformat/filmstripdec.c
@@
-45,7
+45,7
@@
static int read_header(AVFormatContext *s)
avio_seek(pb, avio_size(pb) - 36, SEEK_SET);
if (avio_rb32(pb) != RAND_TAG) {
avio_seek(pb, avio_size(pb) - 36, SEEK_SET);
if (avio_rb32(pb) != RAND_TAG) {
- av_log(s, AV_LOG_ERROR, "magic number not found");
+ av_log(s, AV_LOG_ERROR, "magic number not found
\n
");
return AVERROR_INVALIDDATA;
}
return AVERROR_INVALIDDATA;
}