mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +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;
|
TP_params TP;
|
||||||
|
|
||||||
audio_map_t audio_map;
|
audio_map_t audio_map;
|
||||||
bool current_is_nvod;
|
//bool current_is_nvod;
|
||||||
//bool standby;
|
//bool standby;
|
||||||
uint32_t lastChannelRadio;
|
uint32_t lastChannelRadio;
|
||||||
uint32_t lastChannelTV;
|
uint32_t lastChannelTV;
|
||||||
@@ -125,6 +125,7 @@ class CZapit : public OpenThreads::Thread
|
|||||||
diseqc_t diseqcType;
|
diseqc_t diseqcType;
|
||||||
int video_mode;
|
int video_mode;
|
||||||
CConfigFile configfile;
|
CConfigFile configfile;
|
||||||
|
bool current_is_nvod;
|
||||||
bool standby;
|
bool standby;
|
||||||
Zapit_config config;
|
Zapit_config config;
|
||||||
CZapitSdtMonitor SdtMonitor;
|
CZapitSdtMonitor SdtMonitor;
|
||||||
|
Reference in New Issue
Block a user