[FFmpeg-cvslog] r13294 - trunk/libavfilter/graphparser.c

vitor subversion
Sat May 24 22:39:15 CEST 2008


Author: vitor
Date: Sat May 24 22:39:14 2008
New Revision: 13294

Log:
Cosmetics
Commited in SoC by Vitor Sessak on 2008-04-06 18:43:29


Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	(original)
+++ trunk/libavfilter/graphparser.c	Sat May 24 22:39:14 2008
@@ -274,8 +274,8 @@ int avfilter_graph_parse_chain(AVFilterG
         if(chr == ',') {
             if (link_filter(last_filt, oldpad, filter, 0) < 0)
                 goto fail;
-
         }
+
         pad = parse_inouts(&filters, &inout, 0, LinkTypeOut, filter);
         chr = *filters++;
         index++;




More information about the ffmpeg-cvslog mailing list