summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpenc_jpeg.c
diff options
context:
space:
mode:
authorGuillaume Martres <[email protected]>2014-01-11 22:46:25 +0100
committerMichael Niedermayer <[email protected]>2014-01-12 01:03:19 +0100
commitb00a8b4d194f1bf23343f3f42138affa1fe26641 (patch)
tree7d4583060662eaf4964e808bfccd4acb73e162d7 /libavformat/rtpenc_jpeg.c
parentc9fe0caf7a1abde7ca0b1a359f551103064867b1 (diff)
hevc: remove useless clip in FUNC(sao_band_filter)()
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 5856bca360c5bc3e340a357d91b1f993c80a7bea as the clip that was repositioned in that commit is removed Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'libavformat/rtpenc_jpeg.c')
0 files changed, 0 insertions, 0 deletions