mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
fix[mpp_enc]: Add avc rc parameter set
Signed-off-by: toby.zhang <toby.zhang@rock-chips.com> Change-Id: If929b0151b33edde631089c59188109e15ac0721
This commit is contained in:
parent
6dbce1daf3
commit
98e09223b3
1 changed files with 1 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ MPP_RET test_mpp_enc_cfg_setup(MpiEncMultiCtxInfo *info)
|
|||
|
||||
/* setup qp for different codec and rc_mode */
|
||||
switch (p->type) {
|
||||
case MPP_VIDEO_CodingAVC :
|
||||
case MPP_VIDEO_CodingHEVC : {
|
||||
switch (p->rc_mode) {
|
||||
case MPP_ENC_RC_MODE_FIXQP : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue