Commit b217dc91 authored by Lukasz Marek's avatar Lukasz Marek Committed by Michael Niedermayer

lavfi/avfilter: clarify avfilter_graph_get_filter() doxygen

Signed-off-by: 's avatarLukasz Marek <lukasz.m.luki2@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3ba77ea3
......@@ -1267,8 +1267,10 @@ AVFilterContext *avfilter_graph_alloc_filter(AVFilterGraph *graph,
const char *name);
/**
* Get a filter instance with name name from graph.
* Get a filter instance identified by instance name from graph.
*
* @param graph filter graph to search through.
* @param name filter instance name (should be unique in the graph).
* @return the pointer to the found filter instance or NULL if it
* cannot be found.
*/
......
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