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

This reverts commit 0fda3d9235.
This commit is contained in:
ruil2 2014-07-10 16:20:54 +08:00
parent d4baad0dcb
commit c72f82e7a7

View File

@ -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;