From dd593ab0ef5b0d15c79b7e8eb909ed79f070cd97 Mon Sep 17 00:00:00 2001 From: ghost Date: Mon, 25 May 2009 15:53:17 +0200 Subject: add support for blueray PMT streamtypes for LPCM, AC3, DTS, add more registration descriptors --- lib/dvb/decoder.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/dvb/decoder.cpp') diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index 82ade40d..114e3835 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -198,6 +198,9 @@ int eDVBAudio::startPid(int pid, int type) case aAACHE: bypass = 9; break; + case aLPCM: + bypass = 6; + break; } eDebugNoNewLine("AUDIO_SET_BYPASS(%d) - ", bypass); -- cgit v1.2.3