Skip to content

Commit 43e87b3

Browse files
committed
RDKEMW-5197 : Enable CMS sync
1 parent 05a6317 commit 43e87b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

AVOutput/AVOutputTVHelper.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,8 +1441,7 @@ namespace Plugin {
14411441
updateAVoutputTVParamV2("sync", "SDRGamma", paramJson, PQ_PARAM_SDR_GAMMA, level);
14421442
}
14431443

1444-
//Commented due to missing HAL implementation
1445-
/*m_cmsStatus = GetCMSCaps(&m_maxCmsHue, &m_maxCmsSaturation, &m_maxCmsLuma,
1444+
m_cmsStatus = GetCMSCaps(&m_maxCmsHue, &m_maxCmsSaturation, &m_maxCmsLuma,
14461445
&m_cmsColorArr, &m_cmsComponentArr,
14471446
&m_numColor, &m_numComponent, &m_cmsCaps);
14481447
if (m_cmsStatus == tvERROR_NONE) {
@@ -1455,7 +1454,7 @@ namespace Plugin {
14551454
m_cmsComponentList.push_back(componentStr);
14561455
}
14571456
syncCMSParamsV2();
1458-
}*/
1457+
}
14591458
if(m_cmsStatus == tvERROR_OPERATION_NOT_SUPPORTED)
14601459
{
14611460
syncCMSParams();

0 commit comments

Comments
 (0)