mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 03:28:27 +00:00
lavfi/avfilter: clarify avfilter_graph_get_filter() doxygen
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3ba77ea369
commit
b217dc91bf
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user