Add the 0x80 stream type for DigiCipher II (North American cable) encrypted MPEG-2

This commit is contained in:
Dave Chapman 2014-07-20 01:37:58 +01:00
parent 05d6da39a5
commit f72733ff08

View file

@ -1361,6 +1361,7 @@ psi_parse_pmt
switch(estype) {
case 0x01:
case 0x02:
case 0x80: // 0x80 is DigiCipher II (North American cable) encrypted MPEG-2
hts_stream_type = SCT_MPEG2VIDEO;
break;