From 69fa7e80c2efbc54be00fa69406cda706e582b50 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 24 May 2008 20:41:45 +0000 Subject: Fix doxy comment Commited in SoC by Vitor Sessak on 2008-05-24 12:57:58 Originally committed as revision 13344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/graphparser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavfilter') diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 9ce24f450f..e74db2ad96 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -91,8 +91,8 @@ static char *consume_string(const char **buf) /** * Parse "[linkname]" - * @arg name a pointer (that need to be free'd after use) to the name between - * parenthesis + * @param name a pointer (that need to be free'd after use) to the name between + * parenthesis */ static char *parse_link_name(const char **buf, AVClass *log_ctx) { -- cgit v1.2.3