[SCM] libav/experimental: cosmetics: indent

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:21:42 UTC 2013


The following commit has been merged in the experimental branch:
commit 93a2c8c14f058fef3a15995b215be3bef7b34846
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Sun May 25 16:20:06 2008 +0000

    cosmetics: indent
    
    Originally committed as revision 13385 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c
index 3a31ed8..bde213a 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -990,13 +990,13 @@ static int ac3_parse_audio_block(AC3DecodeContext *s, int blk)
     /* coupling leak information */
     if (s->cpl_in_use) {
         if (get_bits1(gbc)) {
-        s->bit_alloc_params.cpl_fast_leak = get_bits(gbc, 3);
-        s->bit_alloc_params.cpl_slow_leak = get_bits(gbc, 3);
-        bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2);
-    } else if (!blk) {
-        av_log(s->avctx, AV_LOG_ERROR, "new coupling leak info must be present in block 0\n");
-        return -1;
-    }
+            s->bit_alloc_params.cpl_fast_leak = get_bits(gbc, 3);
+            s->bit_alloc_params.cpl_slow_leak = get_bits(gbc, 3);
+            bit_alloc_stages[CPL_CH] = FFMAX(bit_alloc_stages[CPL_CH], 2);
+        } else if (!blk) {
+            av_log(s->avctx, AV_LOG_ERROR, "new coupling leak info must be present in block 0\n");
+            return -1;
+        }
     }
 
     /* delta bit allocation information */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list