[hal_h264e] Vepu540c fix extra syntax error log for dpb

Signed-off-by: Chandler Chen <chandler.chen@rock-chips.com>
Change-Id: I45dca0cc92b54b1334dd2b5634caec0dc8e70fab
This commit is contained in:
Chandler Chen
2022-11-21 14:59:57 +08:00
parent 24ef1e40d7
commit 57f0767c48

View File

@@ -321,6 +321,9 @@ static RK_U32 update_vepu540c_syntax(HalH264eVepu540cCtx *ctx, MppSyntax *syntax
hal_h264e_dbg_detail("update pps"); hal_h264e_dbg_detail("update pps");
ctx->pps = desc->p; ctx->pps = desc->p;
} break; } break;
case H264E_SYN_DPB : {
hal_h264e_dbg_detail("update dpb");
} break;
case H264E_SYN_SLICE : { case H264E_SYN_SLICE : {
hal_h264e_dbg_detail("update slice"); hal_h264e_dbg_detail("update slice");
ctx->slice = desc->p; ctx->slice = desc->p;