turn off LTR for screen content. after checking LTR logic, will turn on

it
This commit is contained in:
ruil2 2014-07-08 16:15:51 +08:00
parent d98cefecec
commit 0fda3d9235

View File

@ -102,7 +102,9 @@ 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;