Commit e6c71385 authored by James Zern's avatar James Zern

libvpxenc: cosmetics: reindent after 2c70436e

Signed-off-by: 's avatarJames Zern <jzern@google.com>
parent c5fc48fd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment