Commit 150b2361 authored by Janne Grunau's avatar Janne Grunau

h264: add missing new line to log message

parent 5d47850b
...@@ -3765,7 +3765,7 @@ again: ...@@ -3765,7 +3765,7 @@ again:
case NAL_IDR_SLICE: case NAL_IDR_SLICE:
if (h->nal_unit_type != NAL_IDR_SLICE) { if (h->nal_unit_type != NAL_IDR_SLICE) {
av_log(h->s.avctx, AV_LOG_ERROR, 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; buf_index = -1;
goto end; goto end;
} }
......
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