diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-16 15:23:30 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-05-16 15:23:30 +0000 |
| commit | eca33e3fcfa98e7d6819ae6e17c64d271f1e9978 (patch) | |
| tree | 444d89f23d8e9e16c1f61ed23b254ffdaf59afd0 /lib/dvb/pmt.cpp | |
| parent | 36b594f45d5d892048f2c3f191553b10fa626ea5 (diff) | |
| download | enigma2-eca33e3fcfa98e7d6819ae6e17c64d271f1e9978.tar.gz enigma2-eca33e3fcfa98e7d6819ae6e17c64d271f1e9978.zip | |
more changes for AAC audio support (not dm7025)
Note: AUDIO_SET_STREAMTYPE ioctl not yet implemented in e2
Diffstat (limited to 'lib/dvb/pmt.cpp')
| -rw-r--r-- | lib/dvb/pmt.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/dvb/pmt.cpp b/lib/dvb/pmt.cpp index 1032267d..0cdebebf 100644 --- a/lib/dvb/pmt.cpp +++ b/lib/dvb/pmt.cpp @@ -288,6 +288,13 @@ int eDVBServicePMTHandler::getProgramInfo(struct program &program) audio.type = audioStream::atDTS; } break; + case AAC_DESCRIPTOR: + if (!isvideo) + { + isaudio = 1; + audio.type = audioStream::atAAC; + } + break; case AC3_DESCRIPTOR: if (!isvideo) { |
