mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-30 20:16:45 +08:00
[h264d]: fix a typo
Change-Id: I89c1120627eb23557aa784941d72658d98345624 Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
This commit is contained in:
@@ -855,7 +855,7 @@ MPP_RET parse_prepare_avcC_data(H264dInputCtx_t *p_Inp, H264dCurCtx_t *p_Cur)
|
||||
__FAILED:
|
||||
//p_strm->nalu_len = 0;
|
||||
p_Cur->last_dts = p_Inp->in_dts;
|
||||
p_Cur->last_dts = p_Inp->in_pts;
|
||||
p_Cur->last_pts = p_Inp->in_pts;
|
||||
p_Inp->p_Dec->nalu_ret = HaveNoStream;
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user