[SCM] libav/experimental: indentation after last commit

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:36 UTC 2013


The following commit has been merged in the experimental branch:
commit 63e6c1766c622f977251f4b9b08432449034bbe6
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sun Oct 21 17:23:07 2007 +0000

    indentation after last commit
    
    Originally committed as revision 10826 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c
index 5b1c4ec..b6719eb 100644
--- a/libavcodec/rv10.c
+++ b/libavcodec/rv10.c
@@ -743,17 +743,17 @@ static int rv10_decode_frame(AVCodecContext *avctx,
     }else
         slice_count = avctx->slice_count;
 
-        for(i=0; i<slice_count; i++){
-            int offset= get_slice_offset(avctx, slices_hdr, i);
-            int size;
+    for(i=0; i<slice_count; i++){
+        int offset= get_slice_offset(avctx, slices_hdr, i);
+        int size;
 
-            if(i+1 == slice_count)
-                size= buf_size - offset;
-            else
-                size= get_slice_offset(avctx, slices_hdr, i+1) - offset;
+        if(i+1 == slice_count)
+            size= buf_size - offset;
+        else
+            size= get_slice_offset(avctx, slices_hdr, i+1) - offset;
 
-            rv10_decode_packet(avctx, buf+offset, size);
-        }
+        rv10_decode_packet(avctx, buf+offset, size);
+    }
 
     if(s->current_picture_ptr != NULL && s->mb_y>=s->mb_height){
         ff_er_frame_end(s);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list