From f72733ff08be069620e7247e191d4f0899a2638a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 20 Jul 2014 01:37:58 +0100 Subject: [PATCH] Add the 0x80 stream type for DigiCipher II (North American cable) encrypted MPEG-2 --- src/input/mpegts/dvb_psi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input/mpegts/dvb_psi.c b/src/input/mpegts/dvb_psi.c index 8a61a732..cbedbd33 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;