]> git.sesse.net Git - ffmpeg/commitdiff
lavfi/avfilter.h: fix typo
authorStefano Sabatini <stefasab@gmail.com>
Fri, 10 May 2013 08:16:09 +0000 (10:16 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Fri, 10 May 2013 08:33:00 +0000 (10:33 +0200)
libavfilter/avfilter.h

index 931433530bccc749efc63690d6cb4e8d8ab3da5a..a79c86c2bef6beca258b7e54bfa730720d9ded10 100644 (file)
@@ -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.
  *