mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 02:50:38 +01:00
Revert "fix[hal_vp9d]: not support fast mode for rk3588"
This reverts commit 0d6cc57d44.
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
04fa2482d6
commit
bed1a397d5
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ MPP_RET hal_vp9d_init(void *ctx, MppHalCfg *cfg)
|
|||
p->api = &hal_vp9d_vdpu34x;
|
||||
cfg->support_fast_mode = 1;
|
||||
if (mpp_get_soc_type() == ROCKCHIP_SOC_RK3588)
|
||||
cfg->support_fast_mode = 0;
|
||||
cfg->cfg->status.hal_task_count = 2;
|
||||
} break;
|
||||
default: {
|
||||
p->api = &hal_vp9d_rkv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue