allow slice-level data come in for parse only
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user