diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-11-08 12:46:29 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-11-08 13:05:08 +0100 |
commit | 1d9fe1fdf65b5eebe9d1981fd96b4930f0855a68 (patch) | |
tree | 8d66d564956bd23c9b3109eb8d79b54f12a355dc /doc | |
parent | 8dc5eb43b070efe152be8971ae58512ea23ecc02 (diff) | |
download | ffmpeg-1d9fe1fdf65b5eebe9d1981fd96b4930f0855a68.tar.gz |
avfilter/af_afir: implement rate option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
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 |