[FFmpeg-cvslog] r18900 - trunk/libavfilter/graphparser.h

stefano subversion
Sat May 23 00:38:41 CEST 2009


Author: stefano
Date: Sat May 23 00:38:41 2009
New Revision: 18900

Log:
Fix grammar for avfilter_graph_parse() doxy.

Modified:
   trunk/libavfilter/graphparser.h

Modified: trunk/libavfilter/graphparser.h
==============================================================================
--- trunk/libavfilter/graphparser.h	Sat May 23 00:01:50 2009	(r18899)
+++ trunk/libavfilter/graphparser.h	Sat May 23 00:38:41 2009	(r18900)
@@ -37,7 +37,7 @@ typedef struct AVFilterInOut {
 } AVFilterInOut;
 
 /**
- * Add to a graph a graph described by a string.
+ * Adds a graph described by a string to a graph.
  *
  * @param graph   the filter graph where to link the parsed graph context
  * @param filters string to be parsed



More information about the ffmpeg-cvslog mailing list