Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-22 18:09:26 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-11-22 18:09:26 +0400
commit78317881f05edc91950787e4843341771c223c6e (patch)
tree2f30fe039a1ac880dc3fa93fa2c5966087941007 /libavfilter/avfiltergraph.h
parent7876f14f8be9d78de1875ff38390d2a37ac86ec3 (diff)
graphparser: Fix doxy on avfilter_graph_parse() return value.
Found-by: ZacS123 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfiltergraph.h')
-rw-r--r--libavfilter/avfiltergraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
index 76fb8aed43..3010362fd5 100644
--- a/libavfilter/avfiltergraph.h
+++ b/libavfilter/avfiltergraph.h
@@ -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.
* If non-NULL, *outputs is updated to contain the list of open outputs
* 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,
AVFilterInOut **inputs, AVFilterInOut **outputs,