X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9458c6fcf07885c97e8b627b035c848267ee2d0c..450253e009800d19bef2cade0dc65d33fed7734f:/lib/driver/avswitch.h diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index d8417692..ec7d5c13 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,10 @@ public: static eAVSwitch *getInstance(); void setColorFormat(int format); + void setAspectRatio(int ratio); + void setVideomode(int mode); + void setInput(int val); + }; #endif