]> git.sesse.net Git - ffmpeg/commitdiff
Fix grammar for avfilter_graph_parse() doxy.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 22 May 2009 22:38:41 +0000 (22:38 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 22 May 2009 22:38:41 +0000 (22:38 +0000)
Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/graphparser.h

index b3272e8a434aa36929ad674b0c9bdaf98a5e9d52..d21d7faeb7132b05d067bbc9e4fa0de04531b20e 100644 (file)
@@ -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