mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 18:40:03 +01:00
Merge commit '0d999333f96a34903448579bf13a3209deaee9da'
* commit '0d999333f96a34903448579bf13a3209deaee9da':
hevc: Bound check slice_qp
Conflicts:
libavcodec/hevc.c
See: aead772b58
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -597,6 +597,7 @@ static int hls_slice_header(HEVCContext *s)
|
|||||||
}
|
}
|
||||||
|
|
||||||
sh->slice_qp_delta = get_se_golomb(gb);
|
sh->slice_qp_delta = get_se_golomb(gb);
|
||||||
|
|
||||||
if (s->pps->pic_slice_level_chroma_qp_offsets_present_flag) {
|
if (s->pps->pic_slice_level_chroma_qp_offsets_present_flag) {
|
||||||
sh->slice_cb_qp_offset = get_se_golomb(gb);
|
sh->slice_cb_qp_offset = get_se_golomb(gb);
|
||||||
sh->slice_cr_qp_offset = get_se_golomb(gb);
|
sh->slice_cr_qp_offset = get_se_golomb(gb);
|
||||||
|
|||||||
Reference in New Issue
Block a user