diff options
author | Lynne <dev@lynne.ee> | 2021-01-09 09:05:18 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2021-01-14 01:44:17 +0100 |
commit | 784c08af3005390cb1d74add13b58edf1663cd40 (patch) | |
tree | d53f1df27f6540711721c56130dd048922910716 /libavcodec/ac3enc_float.c | |
parent | 2d85e6e7230406e33e61d903b9c29ab562e158bd (diff) | |
download | ffmpeg-784c08af3005390cb1d74add13b58edf1663cd40.tar.gz |
ac3enc: do not clip coefficients after transforms
In either encoder, its impossible for the coefficients to go past 25 bits
right after the MDCT. Our MDCT is numerically stable.
For the floating point encoder, in case a NaN is contained, lrintf() will
raise a floating point exception during the conversion.
Diffstat (limited to 'libavcodec/ac3enc_float.c')
0 files changed, 0 insertions, 0 deletions