summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-22 04:03:06 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-22 04:03:20 +0100
commitaa65ff2adffa550fecf010a839ad2318e32e1875 (patch)
tree899c9aa7e819f8d070f3541854784f59ea45e2d2 /libavfilter/avfilter.h
parentcff55cfe17ec396dd88aea20566ec0b8f27f222c (diff)
parentcfe64613923a2d47644a87386146ada1f9f6b659 (diff)
Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659'
* commit 'cfe64613923a2d47644a87386146ada1f9f6b659': avfilter: Document avfilter_graph_alloc return value Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index d296536151..296f2d3c9a 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -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);