[FFmpeg-cvslog] libvpxenc: cosmetics: reindent after 2c70436

James Zern git at videolan.org
Mon Jun 15 21:37:21 CEST 2015


ffmpeg | branch: master | James Zern <jzern at google.com> | Sat Jun 13 10:10:54 2015 -0700| [e6c71385f001a6cb9e43e0dc7001aaa0ecf64ef8] | committer: James Zern

libvpxenc: cosmetics: reindent after 2c70436

Signed-off-by: James Zern <jzern at google.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6c71385f001a6cb9e43e0dc7001aaa0ecf64ef8
---

 libavcodec/libvpxenc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index a77ff5f..cc05975 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



More information about the ffmpeg-cvslog mailing list