From eca33e3fcfa98e7d6819ae6e17c64d271f1e9978 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 16 May 2006 15:23:30 +0000 Subject: more changes for AAC audio support (not dm7025) Note: AUDIO_SET_STREAMTYPE ioctl not yet implemented in e2 --- lib/dvb/pmt.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '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) { -- cgit v1.2.3