From: Jaroslav Kysela Date: Wed, 22 Jun 2016 15:36:14 +0000 (+0200) Subject: caid: add DGCrypt (4ABF) X-Git-Tag: v4.2.1~412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27ea9523a616713a9b203373d66842a328927327;p=thirdparty%2Ftvheadend.git caid: add DGCrypt (4ABF) --- diff --git a/src/descrambler/caid.c b/src/descrambler/caid.c index 7c01988e8..79283c87c 100644 --- a/src/descrambler/caid.c +++ b/src/descrambler/caid.c @@ -61,6 +61,7 @@ static struct caid_tab caidnametab[] = { { "EBU", 0x2600, 0xff00 }, { "GI", 0x4700, 0xff00 }, { "Telemann", 0x4800, 0xff00 }, + { "DGCrypt", 0x4abf, 0xffff }, { "StreamGuard", 0x4ad2, 0xffff }, { "DRECrypt", 0x4ae0, 0xffff }, { "DRECrypt2", 0x4ae1, 0xffff },