mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix grammar for avfilter_graph_parse() doxy.
Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cc0aae4343
commit
62c58bcc65
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user