mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00: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