X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/36b594f45d5d892048f2c3f191553b10fa626ea5..eca33e3fcfa98e7d6819ae6e17c64d271f1e9978:/lib/dvb/pmt.cpp 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) {