Commit 78317881 authored by Michael Niedermayer's avatar Michael Niedermayer

graphparser: Fix doxy on avfilter_graph_parse() return value.

Found-by: ZacS123
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7876f14f
...@@ -130,7 +130,7 @@ void avfilter_inout_free(AVFilterInOut **inout); ...@@ -130,7 +130,7 @@ void avfilter_inout_free(AVFilterInOut **inout);
* @param outputs pointer to a linked list to the outputs of the graph, may be NULL. * @param outputs pointer to a linked list to the outputs of the graph, may be NULL.
* If non-NULL, *outputs is updated to contain the list of open outputs * If non-NULL, *outputs is updated to contain the list of open outputs
* after the parsing, should be freed with avfilter_inout_free(). * after the parsing, should be freed with avfilter_inout_free().
* @return zero on success, a negative AVERROR code on error * @return non negative on success, a negative AVERROR code on error
*/ */
int avfilter_graph_parse(AVFilterGraph *graph, const char *filters, int avfilter_graph_parse(AVFilterGraph *graph, const char *filters,
AVFilterInOut **inputs, AVFilterInOut **outputs, AVFilterInOut **inputs, AVFilterInOut **outputs,
......
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