mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-08 02:20:06 +08:00
[mpp_dec]: Fix minor error
Fix some small error. Change-Id: Ifb696fac9138eca67d34cffe835fb28c6089c0c8 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -1121,16 +1121,13 @@ MPP_RET mpp_dec_control(MppDec *dec, MpiCmd cmd, void *param)
|
||||
} break;
|
||||
case MPP_DEC_SET_DISABLE_ERROR: {
|
||||
dec->disable_error = *((RK_U32 *)param);
|
||||
}
|
||||
} break;
|
||||
case MPP_DEC_SET_PRESENT_TIME_ORDER: {
|
||||
dec->use_preset_time_order = *((RK_U32 *)param);
|
||||
}
|
||||
} break;
|
||||
default : {
|
||||
} break;
|
||||
}
|
||||
|
||||
|
||||
|
||||
return MPP_OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user