Commit d2b927d4 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer

filmstripdec: add new line to error message

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent dfb4757b
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment