Commit 0115dbd0 authored by Zhao Zhili's avatar Zhao Zhili Committed by Nicolas George

avfilter/avfilter: update documentation of avfilter_graph_create_filter

parent 61097535
...@@ -947,7 +947,7 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, const char *nam ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment