summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2009-04-23 23:43:57 +0200
committerTobias Grimm <tobias@e-tobi.loc>2009-06-20 18:17:42 +0200
commit2cc8de4c93ef1f92017eaa3e25dda237fc348165 (patch)
treea954a56fee2df887769269fa98eb7757b9d4e2db /device.h
parente125a3bbd31042b4d8d72171f19c1006bee06282 (diff)
downloadvdr-patches-2cc8de4c93ef1f92017eaa3e25dda237fc348165.tar.gz
vdr-patches-2cc8de4c93ef1f92017eaa3e25dda237fc348165.tar.bz2
ttxtsubs: Added Ttxtsubs hook to TS playback / PlayTs()
(provided by Rolf Ahrenberg)
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 8ac8594..b4b27ce 100644
--- a/device.h
+++ b/device.h
@@ -496,6 +496,7 @@ private:
cTsToPes tsToPesVideo;
cTsToPes tsToPesAudio;
cTsToPes tsToPesSubtitle;
+ cTsToPes tsToPesTeletext;
bool isPlayingVideo;
protected:
virtual bool CanReplay(void) const;