mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[hal_jpege_vepu2]: Fix memory leak on multi-core
Change-Id: If98d9a01903d8907ad86a4a234c8e3bdac0e48d5 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -272,7 +272,8 @@ MPP_RET hal_jpege_vepu2_get_task(void *hal, HalEncTask *task)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
mpp_dev_multi_offset_init(&ctx_ext->reg_cfg, 24);
|
if (!ctx_ext->reg_cfg)
|
||||||
|
mpp_dev_multi_offset_init(&ctx_ext->reg_cfg, 24);
|
||||||
|
|
||||||
syntax->low_delay = 1;
|
syntax->low_delay = 1;
|
||||||
ctx_ext->multi_core_enabled = 1;
|
ctx_ext->multi_core_enabled = 1;
|
||||||
|
Reference in New Issue
Block a user