diff options
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) { |
