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. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>pull/54/head
parent
a246d06fe0
commit
faf03ecba0
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue