Commit 62c58bcc authored by Stefano Sabatini's avatar Stefano Sabatini

Fix grammar for avfilter_graph_parse() doxy.

Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cc0aae43
...@@ -37,7 +37,7 @@ typedef struct AVFilterInOut { ...@@ -37,7 +37,7 @@ typedef struct AVFilterInOut {
} 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 graph the filter graph where to link the parsed graph context
* @param filters string to be parsed * @param filters string to be parsed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment