[SCM] libav/experimental: fix indentation

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


The following commit has been merged in the experimental branch:
commit e1659f0cc78968ff108967ab316bdd2913220aaa
Author: Måns Rullgård <mans at mansr.com>
Date:   Sat Jun 16 14:52:12 2007 +0000

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

diff --git a/libavcodec/flicvideo.c b/libavcodec/flicvideo.c
index d35ac0e..e88b12d 100644
--- a/libavcodec/flicvideo.c
+++ b/libavcodec/flicvideo.c
@@ -584,12 +584,12 @@ static int flic_decode_frame_15_16BPP(AVCodecContext *avctx,
                  * a second pass over the line here, swapping the bytes.
                  */
 #ifdef WORDS_BIGENDIAN
-                  pixel_ptr = y_ptr;
-                  pixel_countdown = s->avctx->width;
-                  while (pixel_countdown > 0) {
+                pixel_ptr = y_ptr;
+                pixel_countdown = s->avctx->width;
+                while (pixel_countdown > 0) {
                     *((signed short*)(&pixels[pixel_ptr])) = AV_RL16(&buf[pixel_ptr]);
                     pixel_ptr += 2;
-                  }
+                }
 #endif
                 y_ptr += s->frame.linesize[0];
             }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list