Commit d922c5a5 authored by Luca Barbato's avatar Luca Barbato

h264: Fix a typo from the previous commit

f777504f changed a - in +

CC: libav-stable@libav.org
parent c416b5cd
......@@ -3896,7 +3896,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],
......
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