diff options
author | etobi <git@e-tobi.net> | 2010-02-13 00:28:21 +0100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2011-08-19 22:45:19 +0200 |
commit | fd8e60b778faa10adeffa96fa0c734d8b0f8384f (patch) | |
tree | 492bca33f9377f5e5d5997828cccf1d165e37deb /device.h | |
parent | 8ffcf9b992ec861604034b312ddb8dd14358bc60 (diff) | |
download | vdr-patches-fd8e60b778faa10adeffa96fa0c734d8b0f8384f.tar.gz vdr-patches-fd8e60b778faa10adeffa96fa0c734d8b0f8384f.tar.bz2 |
Ttxtsubs plugin hookpatches/ttxtsubs-vdr-1.7.20
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -534,6 +534,7 @@ private: cTsToPes tsToPesVideo; cTsToPes tsToPesAudio; cTsToPes tsToPesSubtitle; + cTsToPes tsToPesTeletext; bool isPlayingVideo; protected: const cPatPmtParser *PatPmtParser(void) const { return &patPmtParser; } |