Merge commit 'cfe6461392'
* commit 'cfe6461392':
avfilter: Document avfilter_graph_alloc return value
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
aa65ff2adf
1 changed files with 2 additions and 0 deletions
|
|
@ -1245,6 +1245,8 @@ typedef struct AVFilterGraph {
|
|||
|
||||
/**
|
||||
* Allocate a filter graph.
|
||||
*
|
||||
* @return the allocated filter graph on success or NULL.
|
||||
*/
|
||||
AVFilterGraph *avfilter_graph_alloc(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue