ffmpeg | branch: master | James Zern <[email protected]> | Sat Jun 13 10:10:54 2015 -0700| [e6c71385f001a6cb9e43e0dc7001aaa0ecf64ef8] | committer: James Zern
libvpxenc: cosmetics: reindent after 2c70436 Signed-off-by: James Zern <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6c71385f001a6cb9e43e0dc7001aaa0ecf64ef8 --- libavcodec/libvpxenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index a77ff5f..cc05975 100644 --- a/libavcodec/libvpxenc.c +++ b/libavcodec/libvpxenc.c @@ -479,7 +479,7 @@ static av_cold int vpx_init(AVCodecContext *avctx, if (avctx->rc_buffer_aggressivity != 1.0) { av_log(avctx, AV_LOG_WARNING, "The rc_buffer_aggressivity option is " "deprecated, use the undershoot-pct private option instead.\n"); - enccfg.rc_undershoot_pct = round(avctx->rc_buffer_aggressivity * 100); + enccfg.rc_undershoot_pct = round(avctx->rc_buffer_aggressivity * 100); } FF_ENABLE_DEPRECATION_WARNINGS #endif _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
