mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
h264: add missing new line to log message
This commit is contained in:
parent
5d47850bbd
commit
150b2361ca
@ -3765,7 +3765,7 @@ again:
|
||||
case NAL_IDR_SLICE:
|
||||
if (h->nal_unit_type != NAL_IDR_SLICE) {
|
||||
av_log(h->s.avctx, AV_LOG_ERROR,
|
||||
"Invalid mix of idr and non-idr slices");
|
||||
"Invalid mix of idr and non-idr slices\n");
|
||||
buf_index = -1;
|
||||
goto end;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user