diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-22 04:03:06 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-22 04:03:20 +0100 |
commit | aa65ff2adffa550fecf010a839ad2318e32e1875 (patch) | |
tree | 899c9aa7e819f8d070f3541854784f59ea45e2d2 /libavfilter | |
parent | cff55cfe17ec396dd88aea20566ec0b8f27f222c (diff) | |
parent | cfe64613923a2d47644a87386146ada1f9f6b659 (diff) | |
download | ffmpeg-streaming-aa65ff2adffa550fecf010a839ad2318e32e1875.zip ffmpeg-streaming-aa65ff2adffa550fecf010a839ad2318e32e1875.tar.gz |
Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659'
* commit 'cfe64613923a2d47644a87386146ada1f9f6b659':
avfilter: Document avfilter_graph_alloc return value
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index d296536..296f2d3 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); |