summaryrefslogtreecommitdiff
path: root/avplay.c
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2014-01-11 22:46:25 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-01-21 11:58:52 +0100
commitfaf03ecba03155bb1f5416713bd01da043863b43 (patch)
treec599e411b308a2485bebfa9022508166e6835838 /avplay.c
parenta246d06fe0dc6c2ea65e95327624b4537ff9bd0d (diff)
hevc: Remove useless clip
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>
Diffstat (limited to 'avplay.c')
0 files changed, 0 insertions, 0 deletions