Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-05-25 00:39:29 +0400
committerVitor Sessak <vitor1001@gmail.com>2008-05-25 00:39:29 +0400
commitffac8784d615af55978b9deaee561397f6fc0e37 (patch)
treeef49b869faf3b701f19131db9ce059a7a4bb6d84 /libavfilter/graphparser.c
parent2255026d53e11bd156985867efa65c3d08e9fe99 (diff)
Update comments to new syntax
Commited in SoC by Vitor Sessak on 2008-04-10 16:40:03 Originally committed as revision 13299 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r--libavfilter/graphparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 26c9551937..3e8825c07d 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -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)