Skip to content

Commit

Permalink
Merge branch 'sprint/24Q3' into sprint/24Q3
Browse files Browse the repository at this point in the history
  • Loading branch information
binuinbaraj authored Jul 2, 2024
2 parents dad1abd + 0cf747e commit 1dfda19
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 1dfda19

Please sign in to comment.