mirror of https://github.com/FFmpeg/FFmpeg.git
The src buffer should only contain values in the interval
[0, (1 << BIT_DEPTH) - 1]. Since shift = (BIT_DEPTH - 5), src[x] >> shift
must be in the interval [0, 31], so no clip is needed.
This removes the code that was changed in 5856bca360
as the clip that was repositioned in that commit is removed
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/53/head
parent
c9fe0caf7a
commit
b00a8b4d19
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue