diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-24 23:09:52 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-24 23:09:52 +0100 |
| commit | 266943db269293b00a9f2b59338b81cca5a928be (patch) | |
| tree | be989e8a0ced32c5272b86340aad1fcd0afa0a57 /lib/dvb/pmt.h | |
| parent | 8682ee11e24311ae3ae84665cd2da0075a0cf413 (diff) | |
| download | enigma2-266943db269293b00a9f2b59338b81cca5a928be.tar.gz enigma2-266943db269293b00a9f2b59338b81cca5a928be.zip | |
add DTS-HD as known audio format, add detection to pmt parser (no hardware support for DTS-HD yet)
Diffstat (limited to 'lib/dvb/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index de0de052..e61f8713 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -144,7 +144,7 @@ public: { int pid, rdsPid; // hack for some radio services which transmit radiotext on different pid (i.e. harmony fm, HIT RADIO FFH, ...) - enum { atMPEG, atAC3, atDTS, atAAC, atAACHE, atLPCM }; + enum { atMPEG, atAC3, atDTS, atAAC, atAACHE, atLPCM, atDTSHD }; int type; // mpeg2, ac3, dts, ... int component_tag; |
