h264: add missing new line to log message
authorJanne Grunau <janne-libav@jannau.net>
Wed, 21 Nov 2012 19:13:15 +0000 (20:13 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 27 Nov 2012 11:26:33 +0000 (12:26 +0100)
libavcodec/h264.c

index 658d865..5440d7b 100644 (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;
                 }