1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avfilter/avfilter: update documentation of avfilter_graph_create_filter

This commit is contained in:
Zhao Zhili 2019-12-06 15:06:18 +08:00 committed by Nicolas George
parent 61097535cd
commit 0115dbd043

View 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. * Create and add a filter instance into an existing graph.
* The filter instance is created from the filter filt and inited * 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 * In case of success put in *filt_ctx the pointer to the created
* filter instance, otherwise set *filt_ctx to NULL. * filter instance, otherwise set *filt_ctx to NULL.