Commit 493f750e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '09e2203b'

* commit '09e2203b':
  hevc: Consider first quantization group any reference to 0, 0
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 23e48cd0 09e2203b
......@@ -92,7 +92,7 @@ static int get_qPy_pred(HEVCContext *s, int xC, int yC,
int qPy_pred, qPy_a, qPy_b;
// qPy_pred
if (lc->first_qp_group) {
if (lc->first_qp_group || (!xQgBase && !yQgBase)) {
lc->first_qp_group = !lc->tu.is_cu_qp_delta_coded;
qPy_pred = s->sh.slice_qp;
} else {
......
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