mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 08:46:24 +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:
@@ -93,7 +93,7 @@ typedef void* MppParam;
|
||||
* send a stream header to mpi ctx using parameter data / size
|
||||
* and decoder will try to decode the
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct MppEncConfig_t {
|
||||
/*
|
||||
* input source data format
|
||||
*/
|
||||
@@ -136,7 +136,7 @@ typedef struct {
|
||||
RK_S32 trans8x8_en;
|
||||
} MppEncConfig;
|
||||
|
||||
typedef struct {
|
||||
typedef struct MppApi_t {
|
||||
RK_U32 size;
|
||||
RK_U32 version;
|
||||
|
||||
|
Reference in New Issue
Block a user