From 94b2120dfbc8426414b50c28272bdc6d26e7fe6f Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 22 Jul 2010 09:56:03 +0000 Subject: [PATCH] Fix documentation for parse_link_name(). Originally committed as revision 24421 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavfilter/graphparser.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c index 59243cda5b..1c6d0ba92f 100644 --- a/libavfilter/graphparser.c +++ b/libavfilter/graphparser.c @@ -46,9 +46,10 @@ static int link_filter(AVFilterContext *src, int srcpad, } /** - * Parse "[linkname]" - * @param name a pointer (that need to be free'd after use) to the name between - * parenthesis + * Parse the name of a link, which has the format "[linkname]". + * + * @return a pointer (that need to be freed after use) to the name + * between parenthesis */ static char *parse_link_name(const char **buf, AVClass *log_ctx) {