diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-17 13:08:10 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-17 13:08:10 +0000 |
| commit | d7010ab56f9b823d56a5a5fa3ba7f7764bbfece4 (patch) | |
| tree | 1cb39d2bea48e3556aa5a1ceca6bf6b4dfbc5547 /lib/dvb/demux.h | |
| parent | 5a00da9dd62f3f51c50287d218374ad18e49761a (diff) | |
| download | enigma2-d7010ab56f9b823d56a5a5fa3ba7f7764bbfece4.tar.gz enigma2-d7010ab56f9b823d56a5a5fa3ba7f7764bbfece4.zip | |
add support for videotext (VBI)
so now the videotext from the TV is useable
(needs new drivers!)
Diffstat (limited to 'lib/dvb/demux.h')
| -rw-r--r-- | lib/dvb/demux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h index 869c2e9b..167aa785 100644 --- a/lib/dvb/demux.h +++ b/lib/dvb/demux.h @@ -32,6 +32,7 @@ private: friend class eDVBAudio; friend class eDVBVideo; friend class eDVBPCR; + friend class eDVBVText; friend class eDVBTSRecorder; friend class eDVBCAService; Signal1<void, int> m_event; |
