mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-17 04:20:10 +01:00
Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659'
* commit 'cfe64613923a2d47644a87386146ada1f9f6b659': avfilter: Document avfilter_graph_alloc return value Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1245,6 +1245,8 @@ typedef struct AVFilterGraph {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Allocate a filter graph.
|
* Allocate a filter graph.
|
||||||
|
*
|
||||||
|
* @return the allocated filter graph on success or NULL.
|
||||||
*/
|
*/
|
||||||
AVFilterGraph *avfilter_graph_alloc(void);
|
AVFilterGraph *avfilter_graph_alloc(void);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user