diff options
author | etobi <git@e-tobi.net> | 2010-02-13 00:28:21 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2011-10-01 23:52:36 +0200 |
commit | a87fe8b8dbc21e308d2cd0d3547b77133ac0e149 (patch) | |
tree | fa786fa3acb000e787f1cb05d516dabb2912ad3f /device.h | |
parent | 9960c81bed0689a397f8a3b9e3de91a3f75e5237 (diff) | |
download | vdr-patches-patches/ttxtsubs-vdr-1.7.21.tar.gz vdr-patches-patches/ttxtsubs-vdr-1.7.21.tar.bz2 |
Ttxtsubs plugin hookpatches/ttxtsubs-vdr-1.7.21
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -538,6 +538,7 @@ private: cTsToPes tsToPesVideo; cTsToPes tsToPesAudio; cTsToPes tsToPesSubtitle; + cTsToPes tsToPesTeletext; bool isPlayingVideo; protected: const cPatPmtParser *PatPmtParser(void) const { return &patPmtParser; } |