[Ffmpeg-devel] [PATCH] missing newline
Måns Rullgård
mru
Sat Jan 28 00:11:35 CET 2006
Corey Hickey <bugfood-ml at fatooh.org> writes:
> 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.
--
M?ns Rullg?rd
mru at inprovide.com
More information about the ffmpeg-devel
mailing list