mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 09:36:49 +08:00
[osal/mpp_buffer]: remove MppBufferData and add MppBufferInfo for user interface, tested on window and linux
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@142 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
#define __MPP_ALLOCATOR_IMPL_H__
|
||||
|
||||
#include "mpp_thread.h"
|
||||
#include "mpp_buffer.h"
|
||||
#include "os_allocator.h"
|
||||
|
||||
typedef struct {
|
||||
pthread_mutex_t lock;
|
||||
MppBufferType type;
|
||||
size_t alignment;
|
||||
void *allocator;
|
||||
void *api;
|
||||
os_allocator os_api;
|
||||
void *ctx;
|
||||
} MppAllocatorImpl;
|
||||
|
||||
#endif /*__MPP_ALLOCATOR_IMPL_H__*/
|
||||
|
Reference in New Issue
Block a user