Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
5 changes: 5 additions & 0 deletions AVOutput/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ 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.

<<<<<<< HEAD
## [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