From: Dave Chapman Date: Sun, 20 Jul 2014 00:37:58 +0000 (+0100) Subject: Add the 0x80 stream type for DigiCipher II (North American cable) encrypted MPEG-2 X-Git-Tag: v4.1~1749 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f72733ff08be069620e7247e191d4f0899a2638a;p=thirdparty%2Ftvheadend.git Add the 0x80 stream type for DigiCipher II (North American cable) encrypted MPEG-2 --- diff --git a/src/input/mpegts/dvb_psi.c b/src/input/mpegts/dvb_psi.c index 8a61a7327..cbedbd334 100644 --- a/src/input/mpegts/dvb_psi.c +++ b/src/input/mpegts/dvb_psi.c @@ -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;