]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix grammar for avfilter_graph_parse() doxy.
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 22 May 2009 22:38:41 +0000 (22:38 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Fri, 22 May 2009 22:38:41 +0000 (22:38 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18900 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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