X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/e03c732afb410b4d6b9f9540c36c33c941ee38f1..a9f7393e1d00eb89b8282aae0ddc4f6da33d9ca1:/lib/driver/avswitch.h diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index 2b3b40fb..8fdafdd1 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -10,7 +10,7 @@ class eAVSwitch: public Object { static eAVSwitch *instance; int m_video_mode; - eSocketNotifier *m_fp_notifier; + ePtr m_fp_notifier; void fp_event(int what); int m_fp_fd; #ifdef SWIG @@ -24,6 +24,7 @@ public: ~eAVSwitch(); #endif static eAVSwitch *getInstance(); + bool haveScartSwitch(); int getVCRSlowBlanking(); void setFastBlank(int val); void setColorFormat(int format);