mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-17 06:30:41 +08:00
[vproc]: missing set mode, when 2 in 1 out case
Change-Id: I28241fed2347ad85204c82b8e84c350e49fc42a2 Signed-off-by: Ding Wei <leo.ding@rock-chips.com>
This commit is contained in:
@@ -435,6 +435,8 @@ static void dec_vproc_set_dei_v2(MppDecVprocCtxImpl *ctx, MppFrame frm)
|
||||
params.param.com.height = img.act_h;
|
||||
ops->control(ctx->iep_ctx, IEP_CMD_SET_DEI_CFG, ¶ms);
|
||||
|
||||
mode = mode | MPP_FRAME_FLAG_IEP_DEI_I2O1;
|
||||
mpp_frame_set_mode(frm, mode);
|
||||
// start hardware
|
||||
dec_vproc_start_dei(ctx, mode);
|
||||
dec_vproc_put_frame(mpp, frm, dst0, -1, frame_err);
|
||||
|
Reference in New Issue
Block a user