diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-16 11:19:06 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-16 11:19:06 +0000 |
| commit | 0a826ed1dc53b57babc1ddeec7aa4d3a2cf22bfc (patch) | |
| tree | 1a091828594fe80aceeaed20525a06aeb161f855 /lib/driver/avswitch.h | |
| parent | 4864ff19e4b381fdcecf8e4977485d8a5670f51a (diff) | |
| download | enigma2-0a826ed1dc53b57babc1ddeec7aa4d3a2cf22bfc.tar.gz enigma2-0a826ed1dc53b57babc1ddeec7aa4d3a2cf22bfc.zip | |
avswitch: reset video mode only when it has changed
Diffstat (limited to 'lib/driver/avswitch.h')
| -rw-r--r-- | lib/driver/avswitch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h index 9c26b1ad..d0221d50 100644 --- a/lib/driver/avswitch.h +++ b/lib/driver/avswitch.h @@ -4,11 +4,12 @@ class eAVSwitch { static eAVSwitch *instance; + int m_video_mode; #ifdef SWIG eAVSwitch(); ~eAVSwitch(); #endif -protected: +protected: public: #ifndef SWIG eAVSwitch(); |
