summaryrefslogtreecommitdiff
path: root/remux.h
diff options
context:
space:
mode:
authoretobi <git@e-tobi.net>2010-02-13 00:28:21 +0100
committeretobi <git@e-tobi.net>2010-03-06 12:06:30 +0100
commit178be33fc9d09033b0e10bebd2f7234cff555c02 (patch)
tree2d2ebcb9862f7fcdb9ef5a55d0de2b70d531c813 /remux.h
parent7e060559397bb5a7e8d31e32dd49a4ec0d0cba2c (diff)
downloadvdr-patches-178be33fc9d09033b0e10bebd2f7234cff555c02.tar.gz
vdr-patches-178be33fc9d09033b0e10bebd2f7234cff555c02.tar.bz2
Ttxtsubs plugin hookpatches/ttxtsubs-vdr-1.7.12
Diffstat (limited to 'remux.h')
-rw-r--r--remux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remux.h b/remux.h
index 390236a..7bf712e 100644
--- a/remux.h
+++ b/remux.h
@@ -280,7 +280,8 @@ public:
uchar SubtitlingType(int i) const { return (0 <= i && i < MAXSPIDS) ? subtitlingTypes[i] : uchar(0); }
uint16_t CompositionPageId(int i) const { return (0 <= i && i < MAXSPIDS) ? compositionPageIds[i] : uint16_t(0); }
uint16_t AncillaryPageId(int i) const { return (0 <= i && i < MAXSPIDS) ? ancillaryPageIds[i] : uint16_t(0); }
- const tTeletextSubtitlePage* TeletextSubtitlePages() const { return teletextSubtitlePages; }
+ const tTeletextSubtitlePage *TeletextSubtitlePages() const { return teletextSubtitlePages; }
+ int TotalTeletextSubtitlePages() const { return totalTtxtSubtitlePages; }
};
// TS to PES converter: