aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-24 23:09:52 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-24 23:09:52 +0100
commit266943db269293b00a9f2b59338b81cca5a928be (patch)
treebe989e8a0ced32c5272b86340aad1fcd0afa0a57 /lib/dvb/pmt.h
parent8682ee11e24311ae3ae84665cd2da0075a0cf413 (diff)
downloadenigma2-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.h2
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;