Commit 58f437c3 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '0d999333'

* commit '0d999333':
  hevc: Bound check slice_qp

Conflicts:
	libavcodec/hevc.c

See: aead772bMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 5b93b272 0d999333
......@@ -597,6 +597,7 @@ static int hls_slice_header(HEVCContext *s)
}
sh->slice_qp_delta = get_se_golomb(gb);
if (s->pps->pic_slice_level_chroma_qp_offsets_present_flag) {
sh->slice_cb_qp_offset = get_se_golomb(gb);
sh->slice_cr_qp_offset = get_se_golomb(gb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment