add DTS-HD as known audio format, add detection to pmt parser (no hardware support...
[enigma2.git] / lib / dvb / pmt.cpp
index e54601cfca99a06d4e6cc22e3bf8a54521f3bc10..0b3e34a3414685e285d95e41b3d9bf09487edf19 100644 (file)
@@ -305,6 +305,13 @@ int eDVBServicePMTHandler::getProgramInfo(struct program &program)
                                                        isaudio = 1;
                                                        audio.type = audioStream::atDTS;
                                                }
+                                       case 0x86: // Blueray DTS-HD (dvb user private...)
+                                       case 0xA6: // Blueray secondary DTS-HD
+                                               if (!isvideo && !isaudio)
+                                               {
+                                                       isaudio = 1;
+                                                       audio.type = audioStream::atDTSHD;
+                                               }
                                        case 0x06: // PES Private
                                        case 0xEA: // TS_PSI_ST_SMPTE_VC1
                                        {