mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
changed current_is_nvod from private to protected
This commit is contained in:
@@ -82,7 +82,7 @@ class CZapit : public OpenThreads::Thread
|
||||
TP_params TP;
|
||||
|
||||
audio_map_t audio_map;
|
||||
bool current_is_nvod;
|
||||
//bool current_is_nvod;
|
||||
//bool standby;
|
||||
uint32_t lastChannelRadio;
|
||||
uint32_t lastChannelTV;
|
||||
@@ -125,6 +125,7 @@ class CZapit : public OpenThreads::Thread
|
||||
diseqc_t diseqcType;
|
||||
int video_mode;
|
||||
CConfigFile configfile;
|
||||
bool current_is_nvod;
|
||||
bool standby;
|
||||
Zapit_config config;
|
||||
CZapitSdtMonitor SdtMonitor;
|
||||
|
Reference in New Issue
Block a user