mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpp_buffer]: Add caller to MppBuffer functions
Add caller parameter to all mpp_buffer functions. Change-Id: Ibebd2a31b302988fe1ed480de575189ce57e41a5 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -107,6 +107,7 @@ static MppAllocatorApi mpp_allocator_api = {
|
||||
mpp_allocator_free,
|
||||
mpp_allocator_import,
|
||||
mpp_allocator_release,
|
||||
NULL,
|
||||
};
|
||||
|
||||
MPP_RET mpp_allocator_get(MppAllocator *allocator, MppAllocatorApi **api, MppBufferType type)
|
||||
|
Reference in New Issue
Block a user