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:
parent
c5fc48fdfb
commit
e6c71385f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user