[mpp_enc]: Separate qp change flag

Separate H.264 QP limit change flag into 3 flags

Change-Id: I658ab337569f8f715bde7633dce02b631a7d4239
Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
Herman Chen
2020-12-15 17:26:29 +08:00
parent 711459b3c5
commit de8ace6622
7 changed files with 32 additions and 29 deletions

View File

@@ -459,7 +459,6 @@ MPP_RET test_mpp_setup(MpiEncTestData *p)
codec_cfg->h264.qp_max = p->qp_max;
codec_cfg->h264.qp_min = p->qp_min;
codec_cfg->h264.qp_max_step = p->qp_step;
codec_cfg->h264.qp_init = p->qp_init;
} break;
case MPP_VIDEO_CodingMJPEG : {