diff options
author | Paul B Mahol <[email protected]> | 2023-01-05 13:40:12 +0100 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2023-09-25 21:41:35 +0200 |
commit | 3bef108fa9302844180aad8632d54e1b7be1f4a3 (patch) | |
tree | f2ed1d20b015cda6b27563bc1ef336c34ddcc37d /doc/examples/decode_video.c | |
parent | d897f82cf8f39cdb770ab433b018ebd840bb2237 (diff) |
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 <[email protected]>
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 <[email protected]>
Diffstat (limited to 'doc/examples/decode_video.c')
0 files changed, 0 insertions, 0 deletions