[FFmpeg-cvslog] h264: Fix a typo from the previous commit
Luca Barbato
git at videolan.org
Mon Mar 10 18:47:18 CET 2014
ffmpeg | branch: release/0.10 | Luca Barbato <lu_zero at gentoo.org> | Sat Feb 22 11:19:03 2014 +0100| [4279e0e8d09a3e988d38d550265e4c94402b72b0] | committer: Reinhard Tartler
h264: Fix a typo from the previous commit
f777504f640260337974848c7d5d7a3f064bbb45 changed a - in +
CC: libav-stable at libav.org
(cherry picked from commit d922c5a5fbaf0b6c73bd8c81ae059bc6e406961c)
(cherry picked from commit 3ce77e04c2ca4b9e7fa6b94b51e8d7c5f188da86)
(cherry picked from commit 8cba6f58c8acaa0ca6749110a2746bbe60ff2dab)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4279e0e8d09a3e988d38d550265e4c94402b72b0
---
libavcodec/h264.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index f3094b5..ba8872c 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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],
More information about the ffmpeg-cvslog
mailing list