diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-04-18 14:30:47 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-04-18 14:30:47 +0200 |
commit | fa701228d76e329161f84057c7bb5693026c3fa3 (patch) | |
tree | 73c9c3406e81268abeb4aa702076a6a1707de3f7 /dvbdevice.h | |
parent | 7aef23e97f156f2b1601125e5e39080bb269c9a0 (diff) | |
download | vdr-fa701228d76e329161f84057c7bb5693026c3fa3.tar.gz vdr-fa701228d76e329161f84057c7bb5693026c3fa3.tar.bz2 |
The command line option -D now accepts the value '-' (as in -D-), which prevents VDR from using any DVB devices
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index 0a148ce3..5ae4952f 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 3.5 2014/03/16 10:38:31 kls Exp $ + * $Id: dvbdevice.h 4.1 2015/04/18 13:57:27 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -174,6 +174,7 @@ private: static bool Probe(int Adapter, int Frontend); ///< Probes for existing DVB devices. public: + static bool useDvbDevices; static bool Initialize(void); ///< Initializes the DVB devices. ///< Must be called before accessing any DVB functions. |