diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2009-04-23 23:43:57 +0200 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2009-06-20 18:17:42 +0200 |
commit | 2cc8de4c93ef1f92017eaa3e25dda237fc348165 (patch) | |
tree | a954a56fee2df887769269fa98eb7757b9d4e2db /device.h | |
parent | e125a3bbd31042b4d8d72171f19c1006bee06282 (diff) | |
download | vdr-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -496,6 +496,7 @@ private: cTsToPes tsToPesVideo; cTsToPes tsToPesAudio; cTsToPes tsToPesSubtitle; + cTsToPes tsToPesTeletext; bool isPlayingVideo; protected: virtual bool CanReplay(void) const; |