[mpp_enc]: remove mpp_enc_get_extra_data and mpp_enc_get_extra_data_size function and use control to get sps/pps of H.264 encoder

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@1104 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-07-27 06:27:32 +00:00
parent 1407f07185
commit abc3e78078
12 changed files with 91 additions and 39 deletions

View File

@@ -273,7 +273,7 @@ typedef struct VpuCodecContext {
RK_U32 width;
RK_U32 height;
RK_U8 *extradata;
void *extradata;
RK_S32 extradata_size;
RK_U8 enableparsing;