ref: a7b2797514ee86c8e19e0f931850da4aeb365ec2
parent: 42bd0f4729711cb83ac4c45161d4fdf41084b6ff
parent: 1fd5e6e2105f1bf1eb139e9fc79b6e5c1d9fc5de
author: ruil2 <[email protected]>
date: Wed May 21 10:43:08 EDT 2014
Merge branch 'enc_quant' of https://github.com/ruil2/openh264 into enc_quant
--- a/codec/encoder/core/inc/rc.h
+++ b/codec/encoder/core/inc/rc.h
@@ -66,7 +66,7 @@
VGOP_SIZE = 8,
//qp information
- FIX_MIN_QP_MODE = 4, //qp <4 will cause level code overflow in cavlc coding which isn't suppored in baseline profile
+ FIX_MIN_QP_MODE = 10, //qp <10 will cause level code overflow in cavlc coding which isn't suppored in baseline profile
FIX_MAX_QP_MODE = 51,
GOM_MIN_QP_MODE = 12,
GOM_MAX_QP_MODE = 36,