mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter: Document avfilter_graph_alloc return value
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
27aa1ff35a
commit
cfe6461392
@ -1004,6 +1004,8 @@ typedef struct AVFilterGraph {
|
||||
|
||||
/**
|
||||
* Allocate a filter graph.
|
||||
*
|
||||
* @return the allocated filter graph on success or NULL.
|
||||
*/
|
||||
AVFilterGraph *avfilter_graph_alloc(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user