]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/avfilter: update documentation of avfilter_graph_create_filter
authorZhao Zhili <zhilizhao@tencent.com>
Fri, 6 Dec 2019 07:06:18 +0000 (15:06 +0800)
committerNicolas George <george@nsup.org>
Mon, 23 Dec 2019 16:02:55 +0000 (17:02 +0100)
libavfilter/avfilter.h

index 3eaa8a4089c5d80dff12a19f40dccd46f5134999..49b4f7a939eb741bec0ef7af0758cbf5c2817287 100644 (file)
@@ -947,7 +947,7 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, const char *nam
 /**
  * Create and add a filter instance into an existing graph.
  * The filter instance is created from the filter filt and inited
- * with the parameters args and opaque.
+ * with the parameter args. opaque is currently ignored.
  *
  * In case of success put in *filt_ctx the pointer to the created
  * filter instance, otherwise set *filt_ctx to NULL.