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

vitor subversion at mplayerhq.hu
Sat Apr 12 16:28:40 CEST 2008


Author: vitor
Date: Sat Apr 12 16:28:40 2008
New Revision: 2128

Log:
Cosmetics

Modified:
   libavfilter/graphparser.c

Modified: libavfilter/graphparser.c
==============================================================================
--- libavfilter/graphparser.c	(original)
+++ libavfilter/graphparser.c	Sat Apr 12 16:28:40 2008
@@ -265,7 +265,7 @@ static int parse_inouts(const char **buf
 
         parse_link_name(buf, &name);
 
-        if (!name)
+        if(!name)
             return -1;
 
         handle_link(name, inout, pad++, type, filter);



More information about the FFmpeg-soc mailing list