[FFmpeg-soc] [soc]: r2119 - libavfilter/graphparser.c

vitor subversion at mplayerhq.hu
Thu Apr 10 23:10:08 CEST 2008


Author: vitor
Date: Thu Apr 10 23:10:06 2008
New Revision: 2119

Log:
Cosmetics: alignment

Modified:
   libavfilter/graphparser.c

Modified: libavfilter/graphparser.c
==============================================================================
--- libavfilter/graphparser.c	(original)
+++ libavfilter/graphparser.c	Thu Apr 10 23:10:06 2008
@@ -225,10 +225,10 @@ static int parse_inouts(const char **buf
             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;



More information about the FFmpeg-soc mailing list