fix some hacker's code
[enigma2.git] / lib / driver / avswitch.h
index d8417692849a2b6e4f2e882d9f14d6a73a5f751c..9f6eccb7fd9569d65362456122cf3ad138699fc2 100644 (file)
@@ -5,15 +5,19 @@ class eAVSwitch
 {
        static eAVSwitch *instance;
        
-       int avsfd;
 protected:     
 public:
        eAVSwitch();
        ~eAVSwitch();
 
        static eAVSwitch *getInstance();
-
+       
+       void setFastBlank(int val);
        void setColorFormat(int format);
+       void setAspectRatio(int ratio);
+       void setVideomode(int mode);
+       void setInput(int val);
+
 };
 
 #endif