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) {