Use the iMultipleThreadIdc field from SEncParamExt
This commit is contained in:
parent
94a0eaf1e7
commit
dbc324d5bb
@ -351,6 +351,8 @@ int32_t ParamTranscode (const SEncParamExt& pCodingParam) {
|
|||||||
bEnableLongTermReference = pCodingParam.bEnableLongTermReference ? true : false;
|
bEnableLongTermReference = pCodingParam.bEnableLongTermReference ? true : false;
|
||||||
iLtrMarkPeriod = pCodingParam.iLtrMarkPeriod;
|
iLtrMarkPeriod = pCodingParam.iLtrMarkPeriod;
|
||||||
|
|
||||||
|
iMultipleThreadIdc = pCodingParam.iMultipleThreadIdc;
|
||||||
|
|
||||||
/* For ssei information */
|
/* For ssei information */
|
||||||
bEnableSSEI = true;
|
bEnableSSEI = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user