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/pmt.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/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index aabac24d..fb16ea5c 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -111,6 +111,7 @@ public: // ca info int pcrPid; int pmtPid; + int textPid; bool isCrypted; }; |
