summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-12-26 10:48:54 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-12-26 10:48:54 +0000
commit175821c6310ab2ed4b7d5b21a8d0e40dcf9174d0 (patch)
tree819049f47148648455bd1e01054449d566ccb590 /libavfilter
parent7274a48035f9b97c2d8bae202ac6688dca81ff10 (diff)
Fix documentation for avfilter_parse_graph().
Originally committed as revision 16319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/graphparser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h
index eddc6b0b1b..725b728b88 100644
--- a/libavfilter/graphparser.h
+++ b/libavfilter/graphparser.h
@@ -38,10 +38,11 @@ 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 inouts linked list to the inputs and outputs of the graph
- * @param outpad pad index of the output
+ * @param inputs linked list to the inputs of the graph
+ * @param outputs linked list to the outputs of the graph
* @return zero on success, -1 on error
*/
int avfilter_parse_graph(AVFilterGraph *graph, const char *filters,