[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec mpegvideo.c,1.504,1.505

Corey Hickey corey
Sat Jan 28 00:24:27 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv2770

Modified Files:
	mpegvideo.c 
Log Message:
Add a newline to b_frame_strategy error message.



Index: mpegvideo.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mpegvideo.c,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -d -r1.504 -r1.505
--- mpegvideo.c	27 Jan 2006 13:19:13 -0000	1.504
+++ mpegvideo.c	27 Jan 2006 23:24:24 -0000	1.505
@@ -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;
     }
 





More information about the ffmpeg-cvslog mailing list