sorry, i REALLY don't know, how to fix it other than using a try/except block
[enigma2.git] / lib / driver / avswitch.h
index d8417692849a2b6e4f2e882d9f14d6a73a5f751c..ec7d5c136a0ea3ac3e394faefe9f18e219a951f3 100644 (file)
@@ -5,7 +5,6 @@ class eAVSwitch
 {
        static eAVSwitch *instance;
        
-       int avsfd;
 protected:     
 public:
        eAVSwitch();
@@ -14,6 +13,10 @@ public:
        static eAVSwitch *getInstance();
 
        void setColorFormat(int format);
+       void setAspectRatio(int ratio);
+       void setVideomode(int mode);
+       void setInput(int val);
+
 };
 
 #endif