[SCM] libav/experimental: fix indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:44:01 UTC 2013


The following commit has been merged in the experimental branch:
commit 1b66180263d0f73921a8d3cdfa24f5031b2347f0
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Mon Apr 13 03:35:32 2009 +0000

    fix indentation
    
    Originally committed as revision 18482 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index e1bec68..67b16dc 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -447,7 +447,7 @@ av_cold int MPV_common_init(MpegEncContext *s)
     if(s->codec_id == CODEC_ID_MPEG2VIDEO && !s->progressive_sequence)
         s->mb_height = (s->height + 31) / 32 * 2;
     else
-    s->mb_height = (s->height + 15) / 16;
+        s->mb_height = (s->height + 15) / 16;
 
     if(s->avctx->pix_fmt == PIX_FMT_NONE){
         av_log(s->avctx, AV_LOG_ERROR, "decoding to PIX_FMT_NONE is not supported.\n");

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list