diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-10 13:43:05 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-10 13:43:05 +0000 |
| commit | b5854a3a9f74c0d0972fd9fc5267e3e07f24c569 (patch) | |
| tree | d0ef20994e69d3af9d1cda6415af677ab44bdf98 /lib/dvb/teletext.h | |
| parent | 1a07a37fe49d9d3e039e79657ce226d6af1280f7 (diff) | |
| download | enigma2-b5854a3a9f74c0d0972fd9fc5267e3e07f24c569.tar.gz enigma2-b5854a3a9f74c0d0972fd9fc5267e3e07f24c569.zip | |
implement some teletext level 1.5 stuff
Diffstat (limited to 'lib/dvb/teletext.h')
| -rw-r--r-- | lib/dvb/teletext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dvb/teletext.h b/lib/dvb/teletext.h index de9679a3..b8df23c6 100644 --- a/lib/dvb/teletext.h +++ b/lib/dvb/teletext.h @@ -6,6 +6,7 @@ #include <lib/dvb/pesparse.h> #include <lib/dvb/pmt.h> #include <lib/gdi/gpixmap.h> +#include <map> struct eDVBTeletextSubtitlePageElement { @@ -41,6 +42,7 @@ public: void connectNewPage(const Slot1<void,const eDVBTeletextSubtitlePage &> &slot, ePtr<eConnection> &connection); std::set<eDVBServicePMTHandler::subtitleStream> m_found_subtitle_pages; private: + std::map<int, unsigned int> m_modifications; void processPESPacket(__u8 *pkt, int len); ePtr<iDVBPESReader> m_pes_reader; |
