Skip to content

Commit

Permalink
Merge pull request rdkcentral#5478 from tamilselvanak/RDKTV-31102-24Q3
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 2, 2024
2 parents 4cdce62 + 507af9f commit 0cf747e
Showing 1 changed file with 1 addition 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

0 comments on commit 0cf747e

Please sign in to comment.