allow slice-level data come in for parse only

This commit is contained in:
huili2
2015-03-03 23:51:19 -08:00
parent 5b12578960
commit 06b8e1abb7
5 changed files with 146 additions and 100 deletions

View File

@@ -366,6 +366,9 @@ typedef struct TagWelsDecoderContext {
//for Parse only
bool bParseOnly;
bool bFramePending;
int32_t iNalNum;
int32_t iNalLenInByte[MAX_NAL_UNITS_IN_LAYER];
SSpsBsInfo sSpsBsInfo [MAX_SPS_COUNT];
SSpsBsInfo sSubsetSpsBsInfo [MAX_PPS_COUNT];
SPpsBsInfo sPpsBsInfo [MAX_PPS_COUNT];