Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2012-11-21 23:13:15 +0400
committerJanne Grunau <janne-libav@jannau.net>2012-11-27 15:26:33 +0400
commit150b2361ca08085415c8d67a9b1b2a6fbe1c44be (patch)
tree24c16253d2b390585d83afd9d0d61f5b6f5b5718 /libavcodec
parent5d47850bbd9ea70f6ab6b8eecaf3992a8c444492 (diff)
h264: add missing new line to log message
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 658d865339..5440d7bc31 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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;
}