Skip to content
7 changes: 7 additions & 0 deletions AVOutput/AVOutputTVHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,13 @@ namespace Plugin {
LOGERR("Backlight Sync to cache Failed !!!\n");
}

if( !updateAVoutputTVParam("sync","LowLatencyState",info,PQ_PARAM_LOWLATENCY_STATE,level) ) {
LOGINFO("LowLatencyState Successfully Synced to Drive Cache\n");
}
else {
LOGERR("LowLatencyState Sync to cache Failed !!!\n");
}

syncCMSParams(); //sync CMS

syncWBParams();
Expand Down
4 changes: 4 additions & 0 deletions AVOutput/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ All notable changes to this RDK Service will be documented in this file.

* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.

## [1.1.4] - 2025-09-08
### Fixed
- Sync low latency for AVOutput initialization

## [1.1.3] - 2025-08-08
### Fixed
- Fixed getDolbyVisionMode() for non DV content
Expand Down
Loading