[SCM] libav/experimental: fix indentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:21:38 UTC 2013


The following commit has been merged in the experimental branch:
commit cd426563f41a62d6cd4e4b1c4ef819a208e0582e
Author: Peter Ross <pross at xvid.org>
Date:   Sun Jan 9 08:30:23 2011 +0000

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

diff --git a/libavcodec/eacmv.c b/libavcodec/eacmv.c
index 016b234..4a2d7c0 100644
--- a/libavcodec/eacmv.c
+++ b/libavcodec/eacmv.c
@@ -98,9 +98,9 @@ static void cmv_decode_inter(CmvContext * s, const uint8_t *buf, const uint8_t *
                 int xoffset = (*raw & 0xF) - 7;
                 int yoffset = ((*raw >> 4)) - 7;
                 if (s->last2_frame.data[0])
-                cmv_motcomp(s->frame.data[0], s->frame.linesize[0],
-                            s->last2_frame.data[0], s->last2_frame.linesize[0],
-                            x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
+                    cmv_motcomp(s->frame.data[0], s->frame.linesize[0],
+                                s->last2_frame.data[0], s->last2_frame.linesize[0],
+                                x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
                 raw++;
             }
         }else{  /* inter using last frame as reference */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list