summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/graphparser.h')
-rw-r--r--libavfilter/graphparser.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h
index 410179e423..d42c8d00d1 100644
--- a/libavfilter/graphparser.h
+++ b/libavfilter/graphparser.h
@@ -46,9 +46,7 @@ typedef struct AVFilterInOut {
* Add to a graph a graph described by a string.
* @param graph the filter graph where to link the parsed graph context
* @param filters string to be parsed
- * @param in input to the graph to be parsed (TODO: allow several)
- * @param inpad pad index of the input
- * @param out output to the graph to be parsed (TODO: allow several)
+ * @param inouts linked list to the inputs and outputs of the graph
* @param outpad pad index of the output
* @return zero on success, -1 on error
*/