diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 0a272261a4..67c1851005 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -4058,7 +4058,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0) } } } - h->qp_thresh = 15 + + h->qp_thresh = 15 - FFMIN(h->slice_alpha_c0_offset, h->slice_beta_offset) - FFMAX3(0, h->pps.chroma_qp_index_offset[0],