summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2010-03-24 20:38:33 +0100
committerLars Hanisch <dvb@flensrocker.de>2010-03-24 20:38:33 +0100
commit5055546e40d4171a7f67689a3ea0b103d60b762b (patch)
treea4e5b7f115ebc40179b84f1b908c2d5a9a66b851 /device.h
parent7173683e4cd89bd981421aa59e29d54705b295a2 (diff)
downloadvdr-plugin-pvrinput-5055546e40d4171a7f67689a3ea0b103d60b762b.tar.gz
vdr-plugin-pvrinput-5055546e40d4171a7f67689a3ea0b103d60b762b.tar.bz2
Rework of teletext PMT handling
Due to retuning of the vdr on a pid-change the intended behaviour of pvrinput could not be achieved. Now a PMT with teletext descriptor is sent if there's at least one device present, which is capable of sliced vbi.
Diffstat (limited to 'device.h')
-rw-r--r--device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.h b/device.h
index 37cb580..a62f382 100644
--- a/device.h
+++ b/device.h
@@ -55,6 +55,7 @@ class cPvrDevice : public cDevice {
private:
static bool Probe(int DeviceNumber);
static cString externChannelSwitchScript;
+ static int VBIDeviceCount;
public:
static bool Initialize(void);