]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Add the 0x80 stream type for DigiCipher II (North American cable) encrypted MPEG-2
authorDave Chapman <dave@dchapman.com>
Sun, 20 Jul 2014 00:37:58 +0000 (01:37 +0100)
committerDave Chapman <dave@dchapman.com>
Sun, 20 Jul 2014 00:37:58 +0000 (01:37 +0100)
src/input/mpegts/dvb_psi.c

index 8a61a73279a3e73ba7bf5377d9df67f3db2400d9..cbedbd334eceac058cfefd1d48e2553e2963811d 100644 (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;