add setInput()
[vuplus_dvbapp] / lib / driver / avswitch.h
index 1579488..ec7d5c1 100644 (file)
@@ -15,6 +15,8 @@ public:
        void setColorFormat(int format);
        void setAspectRatio(int ratio);
        void setVideomode(int mode);
+       void setInput(int val);
+
 };
 
 #endif