Commit 052838f7 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Insert a newline before showing embedded svq1 messages.

Messages may start with a carriage return.
parent 6241e8a3
......@@ -555,7 +555,7 @@ static int svq1_decode_frame_header(AVCodecContext *avctx, AVFrame *frame)
svq1_parse_string(bitbuf, msg);
av_log(avctx, AV_LOG_INFO,
"embedded message: \"%s\"\n", (char *)msg);
"embedded message:\n%s\n", (char *)msg);
}
skip_bits(bitbuf, 2);
......
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