]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix documentation for avfilter_parse_graph().
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 26 Dec 2008 10:48:54 +0000 (10:48 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 26 Dec 2008 10:48:54 +0000 (10:48 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16319 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavfilter/graphparser.h

index eddc6b0b1b97c009c5f7eb1513a7c85f956f2aa3..725b728b88e6d5d439f6ff26692257e404a94a2f 100644 (file)
@@ -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,