mirror of https://github.com/FFmpeg/FFmpeg.git
We cannot clip to INT_MAX because that value cannot be exactly represented by a float value and ends up overflowing during conversion anyway. We need to use a slightly smaller float value, which ends up with slightly inaccurate results for samples which clip or nearly clip, but it is close enough. Using doubles as intermediates in the conversion would be more accurate, but it takes about twice as much time. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>pull/6/head
parent
92281850a2
commit
10e645e9cb
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue