summaryrefslogtreecommitdiff
path: root/libavcodec/libvpxenc.c
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-06-13 10:10:54 -0700
committerJames Zern <jzern@google.com>2015-06-15 12:36:37 -0700
commite6c71385f001a6cb9e43e0dc7001aaa0ecf64ef8 (patch)
tree401bbe23630301e862337c35b1ce3cbdb500c66f /libavcodec/libvpxenc.c
parentc5fc48fdfb7636e62681d75a33d1a27abcb90a67 (diff)
libvpxenc: cosmetics: reindent after 2c70436
Signed-off-by: James Zern <jzern@google.com>
Diffstat (limited to 'libavcodec/libvpxenc.c')
-rw-r--r--libavcodec/libvpxenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index a77ff5f5dd..cc05975c14 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