]> git.sesse.net Git - ffmpeg/commit
hevc: Bound check cu_qp_delta
authorLuca Barbato <lu_zero@gentoo.org>
Sat, 11 Jan 2014 19:13:20 +0000 (20:13 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 21 Jan 2014 10:59:54 +0000 (11:59 +0100)
commite22ebd04bcab7f86548794556c28ecca46d9c2ac
tree413a5e0cb7de3d08cfa1641ae717f5472c083419
parent0d999333f96a34903448579bf13a3209deaee9da
hevc: Bound check cu_qp_delta

The T-REC-H.265-2013044 page 91 states it has to be in the range
[-(26 + s->sps->qp_bd_offset / 2), (25 + s->sps->qp_bd_offset / 2)].
libavcodec/hevc.c