Fix grammar for avfilter_graph_parse() doxy.

Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefano Sabatini 2009-05-22 22:38:41 +00:00
parent cc0aae4343
commit 62c58bcc65
1 changed files with 1 additions and 1 deletions

View 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