Skip to content

Commit

Permalink
[iep2]:fix crash on mv update
Browse files Browse the repository at this point in the history
backtrace:
      #00 pc 00071fa4  /vendor/lib/libmpp.so (iep2_is_subt_mv+40)
      #1 pc 00072290  /vendor/lib/libmpp.so (iep2_update_gmv+548)
      #2 pc 0007056c  /vendor/lib/libmpp.so (iep2_done+176)

Change-Id: I0d8cd49a3df87150273216ac0110baae4918c14a
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
  • Loading branch information
qvoid authored and Grey Li committed Dec 6, 2022
1 parent f939504 commit 2c93f73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpp/vproc/iep2/iep2.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ static MPP_RET iep2_done(struct iep2_api_ctx *ctx)
ctx->params.dil_mode == IEP2_DIL_MODE_I5O1B) {
struct mv_list ls;

iep2_set_osd(ctx, &ls);
iep2_update_gmv(ctx, &ls);
iep2_check_ffo(ctx);
iep2_check_pd(ctx);
Expand Down

0 comments on commit 2c93f73

Please sign in to comment.