diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-21 20:32:51 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-12-21 20:32:51 +0000 |
| commit | 1a3bd31e5cfcba89f2db03a2b4fa550de1fa2823 (patch) | |
| tree | 78ffeb782c3df9319437d064d88484b902f4648e /lib/dvb/pmt.h | |
| parent | 7b46919af63cfcb6adbe72d8d4183a203dfcfce7 (diff) | |
| download | enigma2-1a3bd31e5cfcba89f2db03a2b4fa550de1fa2823.tar.gz enigma2-1a3bd31e5cfcba89f2db03a2b4fa550de1fa2823.zip | |
format, ac3 and crypted indicators now working
TODO: get format/aspect infos from the mpeg decoder ( EIT information is not working on every service )
Diffstat (limited to 'lib/dvb/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 5f3d4777..76fb442f 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -82,10 +82,11 @@ public: }; Signal1<void,int> serviceEvent; - + struct videoStream { int pid; + int component_tag; }; struct audioStream @@ -105,6 +106,7 @@ public: // ca info int pcrPid; int pmtPid; + bool isCrypted; }; int getProgramInfo(struct program &program); |
