mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[mpp_hal]: add more hal api function
[misc]: remove anonymous struct name git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@208 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "mpp_allocator.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct os_allocator_t {
|
||||
MPP_RET (*open)(void **ctx, size_t alignment);
|
||||
MPP_RET (*alloc)(void *ctx, MppBufferInfo *info);
|
||||
MPP_RET (*free)(void *ctx, MppBufferInfo *info);
|
||||
|
Reference in New Issue
Block a user