[mpp_allocator]: disable std allocator.

Signed-off-by: xueman.ruan <xueman.ruan@rock-chips.com>
Change-Id: I27441d49c2072176b848b5d80d408ebcb50926df
This commit is contained in:
xueman.ruan
2023-04-06 21:42:29 +08:00
parent 55c5f0cb5b
commit f387c6dac2
2 changed files with 8 additions and 19 deletions

View File

@@ -139,7 +139,6 @@ MPP_RET mpp_allocator_get(MppAllocator *allocator,
p->flags = flags;
}
MPP_RET ret = os_allocator_get(&p->os_api, buffer_type);
if (MPP_OK == ret) {