Skip to content
Snippets Groups Projects
Commit 49776924 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swresample: Choose 16bit internally only if input and output is 16bit or less


or if no rematrix and no resampling is performed and the input is 16bit
note reampling and rematrix itself always use more than 16bit internally
the "internal" sampling format is the format between these steps

Its unlikely the difference from this commit is audible in any case
unless there is some bug either before or after the change.
but multiple people prefer this and it slightly improves the precission
of computations.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 4299f085
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment