mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
[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:
parent
f40928d06e
commit
35db8f909f
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue