[mpp_dec]: Fix log error

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Signed-off-by: sayon.chen <sayon.chen@rock-chips.com>
Change-Id: I46fd3b0fe2954a3fbee2acd0cc990719bed63032
This commit is contained in:
Herman Chen 2023-03-15 09:20:12 +08:00
parent f40928d06e
commit 35db8f909f

View file

@ -604,7 +604,7 @@ static MPP_RET try_proc_dec_task(Mpp *mpp, DecTask *task)
hal_buf_out);
}
dec_dbg_detail("detail: %p check output buffer %p\n", hal_buf_out, dec);
dec_dbg_detail("detail: %p check output buffer %p\n", dec, hal_buf_out);
// update codec info
if (!dec->info_updated && dec->dev) {