diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-07-02 13:23:35 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-03 18:30:02 +0200 |
commit | 24c9babaaf458f943ed1ef74628d157ac29c5d5f (patch) | |
tree | aeb679b6514b4f1559b444ccc9e781d8e09ca13d /libavfilter | |
parent | 01c17c88ede76f8321cf2c59a535dbbc5b5ff989 (diff) | |
download | ffmpeg-24c9babaaf458f943ed1ef74628d157ac29c5d5f.tar.gz |
doxygen: Fix parameter names to match the function prototypes.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/graphparser.c | 2 |
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 |