h264: add missing new line to log message

This commit is contained in:
Janne Grunau 2012-11-21 20:13:15 +01:00
parent 5d47850bbd
commit 150b2361ca
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}