diff options
author | Zhao Zhili <zhilizhao@tencent.com> | 2019-12-06 15:06:18 +0800 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2019-12-23 17:02:55 +0100 |
commit | 0115dbd043296f773408bec8bd80b44da4fabb73 (patch) | |
tree | dfbb93173b888e997c96aa336a164e8d1493c5e4 /libavfilter/avfilter.h | |
parent | 61097535cdaa91fea0d62c567b3af02a940f6c2d (diff) | |
download | ffmpeg-0115dbd043296f773408bec8bd80b44da4fabb73.tar.gz |
avfilter/avfilter: update documentation of avfilter_graph_create_filter
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 3eaa8a4089..49b4f7a939 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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. |