X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f7acc02263701e948039a1559fdc6e64a8d85b21..e809534d8af6a2f742dbc6d1341c7df804a42234:/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