mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 10:00:55 +08:00
[mpp_allocator]: disable std allocator.
Signed-off-by: xueman.ruan <xueman.ruan@rock-chips.com> Change-Id: I27441d49c2072176b848b5d80d408ebcb50926df
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user