[FFmpeg-cvslog] avfilter/avfilter: update documentation of avfilter_graph_create_filter
Zhao Zhili
git at videolan.org
Mon Dec 23 18:17:10 EET 2019
ffmpeg | branch: master | Zhao Zhili <zhilizhao at tencent.com> | Fri Dec 6 15:06:18 2019 +0800| [0115dbd043296f773408bec8bd80b44da4fabb73] | committer: Nicolas George
avfilter/avfilter: update documentation of avfilter_graph_create_filter
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0115dbd043296f773408bec8bd80b44da4fabb73
---
libavfilter/avfilter.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
More information about the ffmpeg-cvslog
mailing list