summaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-05-10 10:16:09 +0200
committerStefano Sabatini <stefasab@gmail.com>2013-05-10 10:33:00 +0200
commite1332ff324e948e7c710636581d8c3512773fc65 (patch)
tree493ebae62ffe72bf5218e58e5389fdfe613fbe04 /libavfilter/avfilter.h
parenteeb9a4928dcc09bfbda2f94b6798d5b99e50935f (diff)
downloadffmpeg-streaming-e1332ff324e948e7c710636581d8c3512773fc65.zip
ffmpeg-streaming-e1332ff324e948e7c710636581d8c3512773fc65.tar.gz
lavfi/avfilter.h: fix typo
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 9314335..a79c86c 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -1235,7 +1235,7 @@ int avfilter_graph_parse2(AVFilterGraph *graph, const char *filters,
* "all" sends to all filters
* otherwise it can be a filter or filter instance name
* which will send the command to all matching filters.
- * @param cmd the command to sent, for handling simplicity all commands must be alphanumeric only
+ * @param cmd the command to send, for handling simplicity all commands must be alphanumeric only
* @param arg the argument for the command
* @param res a buffer with size res_size where the filter(s) can return a response.
*
OpenPOWER on IntegriCloud