aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-11-08 12:46:29 +0100
committerPaul B Mahol <onemda@gmail.com>2018-11-08 13:05:08 +0100
commit1d9fe1fdf65b5eebe9d1981fd96b4930f0855a68 (patch)
tree8d66d564956bd23c9b3109eb8d79b54f12a355dc /doc
parent8dc5eb43b070efe152be8971ae58512ea23ecc02 (diff)
downloadffmpeg-1d9fe1fdf65b5eebe9d1981fd96b4930f0855a68.tar.gz
avfilter/af_afir: implement rate option
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index cc28e71e32..d055342866 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1214,6 +1214,9 @@ displayed. This option is used only when @var{response} is enabled.
@item size
Set video stream size. This option is used only when @var{response} is enabled.
+
+@item rate
+Set video stream frame rate. This option is used only when @var{response} is enabled.
@end table
@subsection Examples