summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2010-02-13 00:28:21 +0100
committerThomas Günther <tom@toms-cafe.de>2010-06-07 22:14:20 +0200
commit4cf2bdca0d81dc419315657cea0087bd905e078f (patch)
treebb56c7c58cd288924d03bfd2265702dde30ff799 /device.h
parente4224634d1f8a3a07cf5f2c3f6e43333f0c376c7 (diff)
downloadvdr-patches-patches/ttxtsubs-vdr-1.7.15.tar.gz
vdr-patches-patches/ttxtsubs-vdr-1.7.15.tar.bz2
Ttxtsubs plugin hookpatches/ttxtsubs-vdr-1.7.15
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 cb3bc2c..f531e70 100644
--- a/device.h
+++ b/device.h
@@ -522,6 +522,7 @@ private:
cTsToPes tsToPesVideo;
cTsToPes tsToPesAudio;
cTsToPes tsToPesSubtitle;
+ cTsToPes tsToPesTeletext;
bool isPlayingVideo;
protected:
const cPatPmtParser *PatPmtParser(void) const { return &patPmtParser; }