add imdb query link
[enigma2.git] / lib / driver / avswitch.h
index ea451314f19954556561a9e4642bb25b1ddc25e3..d0221d50b0138b9c5fb9540429da6069cb892f79 100644 (file)
@@ -4,11 +4,12 @@
 class eAVSwitch
 {
        static eAVSwitch *instance;
+       int m_video_mode;
 #ifdef SWIG
        eAVSwitch();
        ~eAVSwitch();
 #endif
-protected:     
+protected:
 public:
 #ifndef SWIG
        eAVSwitch();
@@ -21,7 +22,8 @@ public:
        void setAspectRatio(int ratio);
        void setVideomode(int mode);
        void setInput(int val);
-       void setSlowblank(int val); // 1: on, 0: off
+       void setSlowblank(int val);
+       void setWSS(int val);
 };
 
 #endif