fix[vdpu38x_com]: Fix rcb calc issue

Platform: RK3576/RK3538
Spec: all

Change-Id: If41f66f243ae55be6a061a61dc6d10db78869c4c
Signed-off-by: Hongjin Li <vic.hong@rock-chips.com>
This commit is contained in:
Hongjin Li 2025-12-23 15:22:44 +08:00
parent 3a4b1ae1ea
commit f350cddb3a

View file

@ -285,7 +285,7 @@ MPP_RET vdpu38x_rcb_register_calc_handle(Vdpu38xRcbCtx *ctx, Vdpu38xRcbCalc_f fu
MPP_RET vdpu38x_rcb_calc_exec(Vdpu38xRcbCtx *ctx, RK_U32 *total_sz)
{
if (ctx->calc_func) {
if (NULL == ctx->calc_func) {
mpp_logi("error: The compute function is not registered\n");
return MPP_NOK;
}