diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-11-03 12:21:48 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-11-03 12:30:19 +0100 |
commit | de63b6fb549e98f20194561a077456f03e7dcfe9 (patch) | |
tree | b3caaf208ec1d47d5ae5fcbbad1bd2f65e9762d6 /doc | |
parent | ee686236cd1dcceca2ecdfe64e509a7ef977e8f0 (diff) | |
download | ffmpeg-de63b6fb549e98f20194561a077456f03e7dcfe9.tar.gz |
avfitler/af_asoftclip: add hard type
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a186f9dca1..a6de827ebf 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2316,6 +2316,7 @@ Set type of soft-clipping. It accepts the following values: @table @option +@item hard @item tanh @item atan @item cubic |