mark auth-session as invalid (fix crash in new irdeto module)
[vuplus_dvbapp] / lib / driver / avswitch.h
index d841769..ec7d5c1 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