You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
libvpxenc: cosmetics: reindent after 2c70436
Signed-off-by: James Zern <jzern@google.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user