mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-08 18:40:03 +08:00
[h264e]: Rkvenc set chroma_qp_index default -6
Change-Id: Ia62983b7721fbcb2450e9481c85346d90769990e Signed-off-by: Siyong Chen <sayon.chen@rock-chips.com>
This commit is contained in:
@@ -110,6 +110,8 @@ static void init_h264e_cfg_set(MppEncCfgSet *cfg, MppClientType type)
|
|||||||
h264->poc_type = 0;
|
h264->poc_type = 0;
|
||||||
h264->log2_max_poc_lsb = 12;
|
h264->log2_max_poc_lsb = 12;
|
||||||
h264->log2_max_frame_num = 12;
|
h264->log2_max_frame_num = 12;
|
||||||
|
h264->chroma_cb_qp_offset = -6;
|
||||||
|
h264->chroma_cr_qp_offset = -6;
|
||||||
} break;
|
} break;
|
||||||
default : {
|
default : {
|
||||||
h264->poc_type = 0;
|
h264->poc_type = 0;
|
||||||
|
Reference in New Issue
Block a user