add DTS-HD as known audio format, add detection to pmt parser (no hardware support...
[enigma2.git] / lib / dvb / decoder.cpp
index 88cd3ee1e91a27a927b4d1922ef497b8ae845901..8ed9f43f5fed4c56788547734b3da485fbe8b45a 100644 (file)
@@ -203,6 +203,9 @@ int eDVBAudio::startPid(int pid, int type)
        case aLPCM:
                bypass = 6;
                break;
+       case aDTSHD:
+               bypass = 0x10;
+               break;
        }
 
        eDebugNoNewLine("AUDIO_SET_BYPASS(%d) - ", bypass);