mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-07 10:00:55 +08:00
[mpp_buffer_impl]: add MppBufferGroup module to mpp_buffer_impl
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@122 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include "mpp_env.h"
|
||||
#include "mpp_mem.h"
|
||||
#include "mpp_list.h"
|
||||
#include "mpp_common.h"
|
||||
|
||||
#include "os_mem.h"
|
||||
|
||||
@@ -49,7 +50,7 @@ struct mem_node {
|
||||
size_t size;
|
||||
|
||||
/* memory node extra information */
|
||||
char tag[32];
|
||||
char tag[MPP_TAG_SIZE];
|
||||
};
|
||||
|
||||
static void get_osal_mem_flag()
|
||||
|
Reference in New Issue
Block a user