mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 02:50:38 +01:00
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:
parent
3a4b1ae1ea
commit
f350cddb3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue