X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9458c6fcf07885c97e8b627b035c848267ee2d0c..e2396e2fde72ce1e605623e46cb4f2ddfb63740b:/lib/driver/avswitch.h diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index d8417692..15794882 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -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