Browse Source

avfilter/avfilter: update documentation of avfilter_graph_create_filter

tags/n4.3
Zhao Zhili Nicolas George 6 years ago
parent
commit
0115dbd043
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/avfilter.h

+ 1
- 1
libavfilter/avfilter.h 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.
* 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.


Loading…
Cancel
Save