changeset 3069:1363655b443c libavcodec

Add a newline to b_frame_strategy error message.
author corey
date Fri, 27 Jan 2006 23:24:24 +0000
parents 9aa8d8587bea
children 3c32ecc8eefe
files mpegvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mpegvideo.c	Fri Jan 27 13:19:13 2006 +0000
+++ b/mpegvideo.c	Fri Jan 27 23:24:24 2006 +0000
@@ -1066,7 +1066,7 @@
     }
 
     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;
     }