add DTS-HD as known audio format, add detection to pmt parser (no hardware support...
[enigma2.git] / lib / dvb / pmt.h
index de0de052fed7e77c11b6273944beff391405b165..e61f871399d1c70d18f189616318d02dbe7476b5 100644 (file)
@@ -144,7 +144,7 @@ public:
        {
                int pid,
                    rdsPid; // hack for some radio services which transmit radiotext on different pid (i.e. harmony fm, HIT RADIO FFH, ...)
-               enum { atMPEG, atAC3, atDTS, atAAC, atAACHE, atLPCM };
+               enum { atMPEG, atAC3, atDTS, atAAC, atAACHE, atLPCM, atDTSHD };
                int type; // mpeg2, ac3, dts, ...
                
                int component_tag;