summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-02 13:23:35 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-03 18:30:02 +0200
commit24c9babaaf458f943ed1ef74628d157ac29c5d5f (patch)
treeaeb679b6514b4f1559b444ccc9e781d8e09ca13d /libavfilter/graphparser.c
parent01c17c88ede76f8321cf2c59a535dbbc5b5ff989 (diff)
doxygen: Fix parameter names to match the function prototypes.
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r--libavfilter/graphparser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 00fb57ad57..c1624d8471 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -83,8 +83,8 @@ static char *parse_link_name(const char **buf, AVClass *log_ctx)
* Create an instance of a filter, initialize and insert it in the
* filtergraph in *ctx.
*
+ * @param filt_ctx put here a filter context in case of successful creation and configuration, NULL otherwise.
* @param ctx the filtergraph context
- * @param put here a filter context in case of successful creation and configuration, NULL otherwise.
* @param index an index which is supposed to be unique for each filter instance added to the filtergraph
* @param filt_name the name of the filter to create
* @param args the arguments provided to the filter during its initialization