[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:
ChenHengming
2008-01-29 23:03:13 +00:00
parent 34779b7d74
commit 3adfc995bd
12 changed files with 90 additions and 37 deletions

View File

@@ -170,7 +170,7 @@ typedef enum {
*
* TODO: to be implemented.
*/
typedef struct {
typedef struct MppBufferInfo_t {
MppBufferType type;
size_t size;
void *ptr;