diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-05-22 22:38:41 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-05-22 22:38:41 +0000 |
commit | 62c58bcc6555890f7dc6d8df467a6a90a93a7e01 (patch) | |
tree | 9c152c54b953bde5232bd06c695b2b4090717cba /libavfilter | |
parent | cc0aae43437374767ebda236649d983e69bdaf87 (diff) | |
download | ffmpeg-62c58bcc6555890f7dc6d8df467a6a90a93a7e01.tar.gz |
Fix grammar for avfilter_graph_parse() doxy.
Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/graphparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h index b3272e8a43..d21d7faeb7 100644 --- a/libavfilter/graphparser.h +++ b/libavfilter/graphparser.h @@ -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 |