mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
Revert "fix[hal_vp9d]: not support fast mode for rk3588"
This reverts commit 0d6cc57d44.
This commit is contained in:
parent
c5d53aa4bf
commit
75d2399530
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,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;
|
||||
} else {
|
||||
p->api = &hal_vp9d_rkv;
|
||||
cfg->support_fast_mode = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue