[FFmpeg-soc] [soc]: r2117 - libavfilter/graphparser.h

vitor subversion at mplayerhq.hu
Thu Apr 10 20:53:42 CEST 2008


Author: vitor
Date: Thu Apr 10 20:53:42 2008
New Revision: 2117

Log:
Fix typo

Modified:
   libavfilter/graphparser.h

Modified: libavfilter/graphparser.h
==============================================================================
--- libavfilter/graphparser.h	(original)
+++ libavfilter/graphparser.h	Thu Apr 10 20:53:42 2008
@@ -31,8 +31,8 @@
  * @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 in      output to the graph to be parsed (TODO: allow several)
- * @param inpad   pad index of the output
+ * @param out     output to the graph to be parsed (TODO: allow several)
+ * @param outpad  pad index of the output
  * @return        zero on success, -1 on error
  */
 int avfilter_parse_graph(AVFilterGraph *graph, const char *filters, AVFilterContext *in, int inpad, AVFilterContext *out, int outpad);



More information about the FFmpeg-soc mailing list