h264: Fix a typo from the previous commit

f777504f64 changed a - in +

CC: libav-stable@libav.org
(cherry picked from commit d922c5a5fb)
(cherry picked from commit 3ce77e04c2ca4b9e7fa6b94b51e8d7c5f188da86)
(cherry picked from commit 8cba6f58c8acaa0ca6749110a2746bbe60ff2dab)
This commit is contained in:
Luca Barbato 2014-02-22 11:19:03 +01:00 committed by Reinhard Tartler
parent a6003760bd
commit 4279e0e8d0
1 changed files with 1 additions and 1 deletions

View File

@ -3275,7 +3275,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],