[Ffmpeg-devel] [PATCH] missing newline

Corey Hickey bugfood-ml
Sat Jan 28 00:24:39 CET 2006


M?ns Rullg?rd wrote:
>>This is trivial, but I don't want to step on anyone's toes by applying
>>without asking first. If nobody objects, I'll apply this patch tomorrow.
>>
>>-Corey
>>Index: mpegvideo.c
>>===================================================================
>>RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mpegvideo.c,v
>>retrieving revision 1.504
>>diff -u -r1.504 mpegvideo.c
>>--- mpegvideo.c	27 Jan 2006 13:19:13 -0000	1.504
>>+++ mpegvideo.c	27 Jan 2006 23:01:23 -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;
>>     }
> 
> 
> Looks good.

Good enough for me! Committed.

-Corey





More information about the ffmpeg-devel mailing list