# HG changeset patch # User corey # Date 1138404264 0 # Node ID 1363655b443c95ca356295a6786e1d1ec41232d7 # Parent 9aa8d8587bea3c3bd6eb50e84e8876e9fa1c8f45 Add a newline to b_frame_strategy error message. diff -r 9aa8d8587bea -r 1363655b443c mpegvideo.c --- 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; }