From: Vitor Sessak Date: Sat, 24 May 2008 20:39:29 +0000 (+0000) Subject: Update comments to new syntax X-Git-Tag: v0.5~4632 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ffac8784d615af55978b9deaee561397f6fc0e37;p=coroid%2Flibav_saccubus.git 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 --- diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 26c955193..3e8825c07 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)