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

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


Author: vitor
Date: Sat May 24 22:39:29 2008
New Revision: 13299

Log:
Update comments to new syntax
Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03


Modified:
   trunk/libavfilter/graphparser.c

Modified: trunk/libavfilter/graphparser.c
==============================================================================
--- trunk/libavfilter/graphparser.c	(original)
+++ trunk/libavfilter/graphparser.c	Sat May 24 22:39:29 2008
@@ -133,7 +133,7 @@ static char *consume_string(const char *
 }
 
 /**
- * Parse "(linkname)"
+ * Parse "[linkname]"
  * @arg name a pointer (that need to be free'd after use) to the name between
  *           parenthesis
  */
@@ -205,7 +205,7 @@ static void free_inout(AVFilterInOut *he
 }
 
 /**
- * Parse "(a1)(link2) ... (etc)"
+ * Parse "[a1][link2] ... [etc]"
  */
 static int parse_inouts(const char **buf, AVFilterInOut **inout, int firstpad,
                         enum LinkType type, AVFilterContext *filter)




More information about the ffmpeg-cvslog mailing list