add functions for aspect-ratio and system (system is buggy in /proc)
[vuplus_dvbapp] / lib / driver / avswitch.h
index d841769..1579488 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