[SCM] libav/experimental: Indent

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:45:00 UTC 2013


The following commit has been merged in the experimental branch:
commit da75426b260f0612c0dbb8cce4b0f01239070044
Author: Benjamin Larsson <banan at ludd.ltu.se>
Date:   Sat Apr 25 17:35:21 2009 +0000

    Indent
    
    Originally committed as revision 18688 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/cook.c b/libavcodec/cook.c
index edc1a22..8a909df 100644
--- a/libavcodec/cook.c
+++ b/libavcodec/cook.c
@@ -1008,10 +1008,10 @@ static int cook_decode_frame(AVCodecContext *avctx,
     /* estimate subpacket sizes */
     q->subpacket[0].size = avctx->block_align;
 
-        for(i=1;i<q->num_subpackets;i++){
-            q->subpacket[i].size = 2 * buf[avctx->block_align - q->num_subpackets + i];
-            q->subpacket[0].size -= (q->subpacket[i].size + 1);
-        }
+    for(i=1;i<q->num_subpackets;i++){
+        q->subpacket[i].size = 2 * buf[avctx->block_align - q->num_subpackets + i];
+        q->subpacket[0].size -= (q->subpacket[i].size + 1);
+    }
 
     /* decode supbackets */
     *data_size = 0;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list