diff options
author | Rui Zhu <real.zhurui@gmail.com> | 2022-08-31 20:51:06 +0800 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-11-09 11:56:01 +0100 |
commit | 36572a0c1d12459cb0fddf6ff8023b79ffa2e100 (patch) | |
tree | 3e58ec1222bfe5429f526607a048fdbf3344e5f5 /libavcodec/neon | |
parent | 86157f5a25615491c94b0498bf76040b268bad6b (diff) | |
download | ffmpeg-36572a0c1d12459cb0fddf6ff8023b79ffa2e100.tar.gz |
avfilter/af_loudnorm: fix incorrect gain when audio is shorter than 3s
The input data is multiplied by `s->offset` to get normalized output.
`s->target_tp` and `true_peak` is not in dB,
so `s->offset` should be calculated by division instead of subtraction.
Signed-off-by: Rui Zhu <real.zhurui@gmail.com>
Diffstat (limited to 'libavcodec/neon')
0 files changed, 0 insertions, 0 deletions