[FFmpeg-cvslog] filmstripdec: add new line to error message

Piotr Bandurski git at videolan.org
Sat Sep 1 01:29:59 CEST 2012


ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Fri Aug 31 20:50:20 2012 +0200| [d2b927d4fc6fb4ce906d910c5e969db6244c9497] | committer: Michael Niedermayer

filmstripdec: add new line to error message

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2b927d4fc6fb4ce906d910c5e969db6244c9497
---

 libavformat/filmstripdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/filmstripdec.c b/libavformat/filmstripdec.c
index 2f3aa6c..0d02818 100644
--- 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) {
-        av_log(s, AV_LOG_ERROR, "magic number not found");
+        av_log(s, AV_LOG_ERROR, "magic number not found\n");
         return AVERROR_INVALIDDATA;
     }
 



More information about the ffmpeg-cvslog mailing list