1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

libvpxenc: cosmetics: reindent after 2c70436

Signed-off-by: James Zern <jzern@google.com>
This commit is contained in:
James Zern 2015-06-13 10:10:54 -07:00
parent c5fc48fdfb
commit e6c71385f0

View File

@ -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