summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2010-02-13 00:28:21 +0100
committeretobi <git@e-tobi.net>2011-08-19 22:45:19 +0200
commitfd8e60b778faa10adeffa96fa0c734d8b0f8384f (patch)
tree492bca33f9377f5e5d5997828cccf1d165e37deb /device.h
parent8ffcf9b992ec861604034b312ddb8dd14358bc60 (diff)
downloadvdr-patches-patches/ttxtsubs-vdr-1.7.20.tar.gz
vdr-patches-patches/ttxtsubs-vdr-1.7.20.tar.bz2
Ttxtsubs plugin hookpatches/ttxtsubs-vdr-1.7.20
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 d937e5f..841a5d4 100644
--- a/device.h
+++ b/device.h
@@ -534,6 +534,7 @@ private:
cTsToPes tsToPesVideo;
cTsToPes tsToPesAudio;
cTsToPes tsToPesSubtitle;
+ cTsToPes tsToPesTeletext;
bool isPlayingVideo;
protected:
const cPatPmtParser *PatPmtParser(void) const { return &patPmtParser; }