]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Update comments to new syntax
authorvitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 24 May 2008 20:39:29 +0000 (20:39 +0000)
committervitor <vitor@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 24 May 2008 20:39:29 +0000 (20:39 +0000)
Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13299 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavfilter/graphparser.c

index 26c95519370ca03bfafa39423e3f39463740f7df..3e8825c07da063515c9d791a89e25d7f3195543f 100644 (file)
@@ -133,7 +133,7 @@ static char *consume_string(const char **buf)
 }
 
 /**
- * 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 *head)
 }
 
 /**
- * Parse "(a1)(link2) ... (etc)"
+ * Parse "[a1][link2] ... [etc]"
  */
 static int parse_inouts(const char **buf, AVFilterInOut **inout, int firstpad,
                         enum LinkType type, AVFilterContext *filter)