summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-22 09:56:03 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-07-22 09:56:03 +0000
commit94b2120dfbc8426414b50c28272bdc6d26e7fe6f (patch)
tree8e507172a79a328adaa0d6d29cf4954bc19baf0a /libavfilter/graphparser.c
parentbb90d855d7df6661669fa20bc553b12cc2d557d6 (diff)
Fix documentation for parse_link_name().
Originally committed as revision 24421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r--libavfilter/graphparser.c7
1 files 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)
{