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/idvb.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/idvb.h')
| -rw-r--r-- | lib/dvb/idvb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index f15cd04e..e56a2c7b 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -650,7 +650,7 @@ public: /** Set Displayed Video PID and type */ virtual RESULT setVideoPID(int vpid, int type)=0; - enum { af_MPEG, af_AC3, af_DTS, af_AAC }; + enum { af_MPEG, af_AC3, af_DTS, af_AAC, af_DTSHD }; /** Set Displayed Audio PID and type */ virtual RESULT setAudioPID(int apid, int type)=0; |
