avfilter: Document avfilter_graph_alloc return value

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
pull/125/head
Federico Tomassetti 10 years ago committed by Luca Barbato
parent 27aa1ff35a
commit cfe6461392
  1. 2
      libavfilter/avfilter.h

@ -1004,6 +1004,8 @@ typedef struct AVFilterGraph {
/**
* Allocate a filter graph.
*
* @return the allocated filter graph on success or NULL.
*/
AVFilterGraph *avfilter_graph_alloc(void);

Loading…
Cancel
Save