some small changes needed for build scroll support in eventview window
[enigma2.git] / lib / driver / avswitch.h
index d8417692849a2b6e4f2e882d9f14d6a73a5f751c..157948826fe5d4af8c24a9ac78e5a3c8b3657d38 100644 (file)
@@ -5,7 +5,6 @@ class eAVSwitch
 {
        static eAVSwitch *instance;
        
-       int avsfd;
 protected:     
 public:
        eAVSwitch();
@@ -14,6 +13,8 @@ public:
        static eAVSwitch *getInstance();
 
        void setColorFormat(int format);
+       void setAspectRatio(int ratio);
+       void setVideomode(int mode);
 };
 
 #endif