[FFmpeg-cvslog] h264: add missing new line to log message
Janne Grunau
git at videolan.org
Tue Nov 27 14:36:12 CET 2012
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Wed Nov 21 20:13:15 2012 +0100| [150b2361ca08085415c8d67a9b1b2a6fbe1c44be] | committer: Janne Grunau
h264: add missing new line to log message
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=150b2361ca08085415c8d67a9b1b2a6fbe1c44be
---
libavcodec/h264.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 658d865..5440d7b 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;
}
More information about the ffmpeg-cvslog
mailing list