Skip to content

Commit

Permalink
Merge pull request rdkcentral#5505 from tamilselvanak/RDKTV-31102-xumo_3
Browse files Browse the repository at this point in the history
RDKTV-31102: Cropped Video Display with Auto Zoom settings
  • Loading branch information
ddevad authored Jul 10, 2024
2 parents fca524f + df7e17e commit e43c257
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AVOutput/AVOutputTV.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class AVOutputTV : public AVOutputBase {

void BroadcastLowLatencyModeChangeEvent(bool lowLatencyMode);
tvError_t setAspectRatioZoomSettings(tvDisplayMode_t mode);
tvError_t setDefaultAspectRatio(std::string pqmode="all",std::string format="all",std::string source="all");
tvError_t setDefaultAspectRatio(std::string pqmode="none",std::string format="none",std::string source="none");

public:
int m_currentHdmiInResoluton;
Expand Down
4 changes: 4 additions & 0 deletions AVOutput/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
## [1.0.6] - 2024-07-09
### Fixed
- AspectRatio save issue

## [1.0.5] - 2024-03-19
### Fixed
- Header cleanup
Expand Down

0 comments on commit e43c257

Please sign in to comment.