X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9458c6fcf07885c97e8b627b035c848267ee2d0c..2601ee77efe1f10be7cbeb8af94e2fb229cc1ec1:/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