mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
fix[kmpp_obj]: Fix log format
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Ic91534701d1542d73005c2f62fbbdabef18adbf6
This commit is contained in:
parent
df294a0036
commit
15b2d77bfa
1 changed files with 1 additions and 1 deletions
|
|
@ -1218,7 +1218,7 @@ rk_s32 kmpp_obj_ioctl(KmppObj ctx, rk_s32 cmd, KmppObj in, KmppObj out, const ch
|
|||
}
|
||||
|
||||
if (!impl || !impl->def) {
|
||||
mpp_err("invalid ioctl ctx %px def %px failed at %s\n",
|
||||
mpp_err("invalid ioctl ctx %p def %p failed at %s\n",
|
||||
impl, impl ? impl->def : NULL, caller);
|
||||
return rk_nok;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue