summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-02-22 11:19:03 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-02-22 12:26:32 +0100
commitd922c5a5fbaf0b6c73bd8c81ae059bc6e406961c (patch)
tree26527674e30b89dcbd5c2806a774edbb7dd1f5f9 /libavcodec/h264.c
parentc416b5cdf117f080850d7674cb8b1984a2210924 (diff)
h264: Fix a typo from the previous commit
f777504f640260337974848c7d5d7a3f064bbb45 changed a - in + CC: libav-stable@libav.org
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 7a81a71426..7f9683edac 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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],