mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 01:20:40 +01:00
fix[kmpp_frame]: Remove unnecessary logs
Change-Id: I7c0a80540f2f80113fd70fec15e148dcec90325c Signed-off-by: Yanjun Liao <yanjun.liao@rock-chips.com>
This commit is contained in:
parent
a899106f89
commit
47cfaf2497
1 changed files with 1 additions and 2 deletions
|
|
@ -11,12 +11,11 @@
|
|||
static rk_s32 kmpp_frame_impl_deinit(void *entry, KmppObj obj, const char *caller)
|
||||
{
|
||||
KmppFrameImpl *impl = (KmppFrameImpl *)entry;
|
||||
(void)obj;
|
||||
|
||||
if (impl->self_meta) {
|
||||
kmpp_obj_put_impl(impl->self_meta, caller);
|
||||
impl->self_meta = NULL;
|
||||
} else {
|
||||
mpp_logw_f("self_meta is NULL, obj %p at %s\n", obj, caller);
|
||||
}
|
||||
|
||||
return rk_ok;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue