[SCM] libav/experimental: Reindent after last commit.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:18:50 UTC 2013


The following commit has been merged in the experimental branch:
commit a29039aef39f16c28649c39025765b10bda0b74a
Author: Thilo Borgmann <thilo.borgmann at googlemail.com>
Date:   Mon Nov 8 15:24:11 2010 +0000

    Reindent after last commit.
    
    Originally committed as revision 25711 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index 20dbe43..f74a52b 100644
--- a/libavcodec/alsdec.c
+++ b/libavcodec/alsdec.c
@@ -203,7 +203,7 @@ typedef struct {
     unsigned int num_blocks;        ///< number of blocks used in the current frame
     unsigned int s_max;             ///< maximum Rice parameter allowed in entropy coding
     uint8_t *bgmc_lut;              ///< pointer at lookup tables used for BGMC
-    int *bgmc_lut_status;  ///< pointer at lookup table status flags used for BGMC
+    int *bgmc_lut_status;           ///< pointer at lookup table status flags used for BGMC
     int ltp_lag_length;             ///< number of bits used for ltp lag value
     int *use_ltp;                   ///< contains use_ltp flags for all channels
     int *ltp_lag;                   ///< contains ltp lag values for all channels
@@ -749,7 +749,7 @@ static int read_var_block_data(ALSDecContext *ctx, ALSBlockData *bd)
 
     // read all residuals
     if (sconf->bgmc) {
-        int delta[8];
+        int          delta[8];
         unsigned int k    [8];
         unsigned int b = av_clip((av_ceil_log2(bd->block_length) - 3) >> 1, 0, 5);
         unsigned int i = start;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list