From 7e41c35436e69c45cba5e971eb00bc88c617094f Mon Sep 17 00:00:00 2001 From: Corey Hickey Date: Fri, 27 Jan 2006 23:24:24 +0000 Subject: Add a newline to b_frame_strategy error message. Originally committed as revision 4903 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index b0d9c27253..b766f293ad 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -1066,7 +1066,7 @@ int MPV_encode_init(AVCodecContext *avctx) } if(avctx->b_frame_strategy && (avctx->flags&CODEC_FLAG_PASS2)){ - av_log(avctx, AV_LOG_ERROR, "b_frame_strategy must be 0 on the second pass"); + av_log(avctx, AV_LOG_ERROR, "b_frame_strategy must be 0 on the second pass\n"); return -1; } -- cgit v1.2.3