[mpp]: add need_split flag to MppDec. When set this flag parser will do frame split internally. Default is disabled

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@922 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming
2016-06-16 07:25:08 +00:00
parent dfe367b0ff
commit 589bb07317
8 changed files with 60 additions and 39 deletions

View File

@@ -77,8 +77,8 @@ typedef enum {
MPP_DEC_SET_EXT_BUF_GROUP, /* IMPORTANT: set external buffer group to mpp decoder */
MPP_DEC_USE_PRESENT_TIME_ORDER,
MPP_DEC_SET_VC1_EXTRA_DATA,
MPP_DEC_SET_VP6_ID,
MPP_DEC_USE_FAST_MODE,
MPP_DEC_SET_PARSER_SPLIT_MODE, /* Need to setup before init */
MPP_DEC_SET_PARSER_FAST_MODE, /* Need to setup before init */
MPP_DEC_GET_STREAM_COUNT,
MPP_ENC_CMD_BASE = 0x50000,