Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-02-22 14:19:03 +0400
committerReinhard Tartler <siretart@tauware.de>2014-03-02 20:42:36 +0400
commitde187e3e9ec4803575deb1c293ccad84d2a88da8 (patch)
tree07424087149f5fe213b68d2ea45c9fdf637b70ad /libavcodec/h264.c
parent63169474b3927e6a1b8ef21728cad6034b09d302 (diff)
h264: Fix a typo from the previous commit
f777504f640260337974848c7d5d7a3f064bbb45 changed a - in + CC: libav-stable@libav.org (cherry picked from commit d922c5a5fbaf0b6c73bd8c81ae059bc6e406961c)
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 2ca331ada0..29b96c4d70 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -3892,7 +3892,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],