add DTS-HD as known audio format, add detection to pmt parser (no hardware support...
[vuplus_dvbapp] / lib / dvb / tstools.cpp
index cfea3fd..e93cfc0 100644 (file)
@@ -212,6 +212,8 @@ int eDVBTSTools::getPTS(off_t &offset, pts_t &pts, int fixed)
                                                        break;
                                                case 0x71: // AC3 / DTS
                                                        break;
+                                               case 0x72: // DTS - HD
+                                                       break;
                                                default:
                                                        eDebug("skip unknwn stream_id_extension %02x\n", payload[9+offs]);
                                                        continue;