From 75257262e5200dc69180788be48d0b6351f2a463 Mon Sep 17 00:00:00 2001 From: Johnson Ding Date: Wed, 14 Apr 2021 11:28:51 +0800 Subject: [PATCH] [h264d]: fix a typo Change-Id: I89c1120627eb23557aa784941d72658d98345624 Signed-off-by: Johnson Ding --- mpp/codec/dec/h264/h264d_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpp/codec/dec/h264/h264d_parse.c b/mpp/codec/dec/h264/h264d_parse.c index 3fb244ce..01f81c0a 100644 --- a/mpp/codec/dec/h264/h264d_parse.c +++ b/mpp/codec/dec/h264/h264d_parse.c @@ -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;