summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--TvPlay.cpp14
-rw-r--r--TvPlay.h2
2 files changed, 12 insertions, 4 deletions
diff --git a/TvPlay.h b/TvPlay.h
index 335895e..57493d6 100644
--- a/TvPlay.h
+++ b/TvPlay.h
@@ -65,6 +65,8 @@ public:
private:
TvPlayObserver *mpObserver;
int mHdmiPorts;
+ int max_port_num = 4;
+ int hdmi_port[4];// the length of hdmi_port should be equal to max_port_num
};
#ifdef __cplusplus