git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5fc48f
)
libvpxenc: cosmetics: reindent after 2c70436
author
James Zern
<jzern@google.com>
Sat, 13 Jun 2015 17:10:54 +0000
(10:10 -0700)
committer
James Zern
<jzern@google.com>
Mon, 15 Jun 2015 19:36:37 +0000
(12:36 -0700)
Signed-off-by: James Zern <jzern@google.com>
libavcodec/libvpxenc.c
patch
|
blob
|
history
diff --git
a/libavcodec/libvpxenc.c
b/libavcodec/libvpxenc.c
index
a77ff5f
..
cc05975
100644
(file)
--- 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