Commit aa65ff2a authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'cfe64613'

* commit 'cfe64613':
  avfilter: Document avfilter_graph_alloc return value
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents cff55cfe cfe64613
...@@ -1245,6 +1245,8 @@ typedef struct AVFilterGraph { ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment