You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
filmstripdec: add new line to error message
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
dfb4757bbe
commit
d2b927d4fc
@@ -45,7 +45,7 @@ static int read_header(AVFormatContext *s)
|
|||||||
|
|
||||||
avio_seek(pb, avio_size(pb) - 36, SEEK_SET);
|
avio_seek(pb, avio_size(pb) - 36, SEEK_SET);
|
||||||
if (avio_rb32(pb) != RAND_TAG) {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user