[SCM] libav/experimental: Cosmetics: alignment Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06

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


The following commit has been merged in the experimental branch:
commit 89475efd26ebc38259062732e141f80bb4e5704c
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Sat May 24 20:39:48 2008 +0000

    Cosmetics: alignment
    Commited in SoC by Vitor Sessak on 2008-04-10 21:10:06
    
    Originally committed as revision 13306 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 5b3a546..1ec96b7 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -225,10 +225,10 @@ static int parse_inouts(const char **buf, AVFilterInOut **inout, int pad,
             return -1;
         }
 
-        inoutn->type = type;
-        inoutn->filter = filter;
+        inoutn->type    = type;
+        inoutn->filter  = filter;
         inoutn->pad_idx = pad++;
-        inoutn->next = *inout;
+        inoutn->next    = *inout;
         *inout = inoutn;
     }
     return pad;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list