doxygen: Fix parameter names to match the function prototypes.

This commit is contained in:
Diego Biurrun
2011-07-02 13:23:35 +02:00
parent 01c17c88ed
commit 24c9babaaf
6 changed files with 7 additions and 7 deletions

View File

@ -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