[FFmpeg-soc] [soc]: r2165 - libavfilter/graphparser.h
vitor
subversion at mplayerhq.hu
Wed Apr 23 22:56:51 CEST 2008
Author: vitor
Date: Wed Apr 23 22:56:51 2008
New Revision: 2165
Log:
Update doxy comment
Modified:
libavfilter/graphparser.h
Modified: libavfilter/graphparser.h
==============================================================================
--- libavfilter/graphparser.h (original)
+++ libavfilter/graphparser.h Wed Apr 23 22:56:51 2008
@@ -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
*/
More information about the FFmpeg-soc
mailing list