Revert "turn off LTR for screen content. after checking LTR logic, will turn on"
This reverts commit 0fda3d9235
.
This commit is contained in:
parent
d4baad0dcb
commit
c72f82e7a7
@ -102,9 +102,7 @@ int32_t ParamValidation (SLogContext* pLogCtx, SWelsSvcCodingParam* pCfg) {
|
||||
WelsLog (pLogCtx, WELS_LOG_WARNING,
|
||||
"ParamValidation(), screen change detection should be turned on,change bEnableSceneChangeDetect as true\n");
|
||||
}
|
||||
//LTR logic needs more testing
|
||||
pCfg->bEnableLongTermReference = false;
|
||||
pCfg->iLTRRefNum = 0;
|
||||
|
||||
}
|
||||
if (pCfg->iSpatialLayerNum > 1) {
|
||||
int32_t iFinalWidth = pCfg->sSpatialLayers[pCfg->iSpatialLayerNum - 1].iVideoWidth;
|
||||
|
Loading…
Reference in New Issue
Block a user