mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
Insert a newline before showing embedded svq1 messages.
Messages may start with a carriage return.
This commit is contained in:
parent
6241e8a382
commit
052838f765
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user