diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-01-05 13:40:12 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-09-25 21:41:35 +0200 |
commit | 3bef108fa9302844180aad8632d54e1b7be1f4a3 (patch) | |
tree | f2ed1d20b015cda6b27563bc1ef336c34ddcc37d /libswresample/arm | |
parent | d897f82cf8f39cdb770ab433b018ebd840bb2237 (diff) | |
download | ffmpeg-3bef108fa9302844180aad8632d54e1b7be1f4a3.tar.gz |
libswresample/swresample: avoid s16p internal transfer format
Instead use float one by default for sample rate conversions.
The s16p internal transfer format produces visible and hearable
quantization artifacts.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
for S8 we continue to use S16 as it should have enough precision
Fate is adjusted so bitexactness is maintained between mips/arm/x86
if more tests became bit-inexact on some platform, the same change
can be done to them
The use of higher precision and float intermediates inevitably
leads to more differences between platforms.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswresample/arm')
0 files changed, 0 insertions, 0 deletions