diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-02-23 15:43:43 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-02-23 23:25:58 +0100 |
commit | b0f8dbb0cacc45a19f18c043afc706d7d26bef74 (patch) | |
tree | bfe2350f0faf90303c94c081e23b8187627f9f34 /doc | |
parent | ce0000dc98cb537383ee03d430ea40adeed1f804 (diff) | |
download | ffmpeg-b0f8dbb0cacc45a19f18c043afc706d7d26bef74.tar.gz |
avfilter/af_loudnorm: increase max allowed LRA
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b91d38daa2..0650879cfa 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5215,7 +5215,7 @@ Range is -70.0 - -5.0. Default value is -24.0. @item LRA, lra Set loudness range target. -Range is 1.0 - 20.0. Default value is 7.0. +Range is 1.0 - 50.0. Default value is 7.0. @item TP, tp Set maximum true peak. |