mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:40:42 +01:00
chore[kmpp_meta]: Disable failure log
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I5d721014bac6345c32644cdadd4da7750f671100
This commit is contained in:
parent
40d1857674
commit
9abddf0a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ static void kmpp_meta_init(void)
|
|||
INIT_LIST_HEAD(&srv->list);
|
||||
kmpp_objdef_get(&srv->def, "KmppMeta");
|
||||
if (!srv->def) {
|
||||
mpp_loge_f("kmpp meta get objdef failed\n");
|
||||
kmeta_dbg_func("kmpp meta get objdef failed\n");
|
||||
MPP_FREE(srv);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue