From 4f6270ee915500726368cd208943ecaa1f6bfd91 Mon Sep 17 00:00:00 2001 From: leslie Date: Mon, 22 Dec 2008 19:01:46 +0100 Subject: [PATCH] increase number of ignorable CAIDs --- sc.c | 2 +- scsetup.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sc.c b/sc.c index 056ecbb..07dc393 100644 --- a/sc.c +++ b/sc.c @@ -1251,9 +1251,9 @@ cScPlugin::cScPlugin(void) ScOpts->Add(new cOptBool ("ConcurrentFF" ,trNOOP("Concurrent FF streams"),&ScSetup.ConcurrentFF)); ScOpts->Add(new cOptBool ("ForceTranfer" ,trNOOP("Force TransferMode") ,&ScSetup.ForceTransfer)); ScOpts->Add(new cOptBool ("LocalPriority",trNOOP("Prefer local systems") ,&ScSetup.LocalPriority)); + ScOpts->Add(new cOptSel ("EcmCache" ,trNOOP("ECM cache") ,&ScSetup.EcmCache,3,ecache)); ScOpts->Add(new cOptMInt ("ScCaps" ,trNOOP("Active on DVB card") , ScSetup.ScCaps,MAXSCCAPS,0)); ScOpts->Add(new cOptMInt ("CaIgnore" ,trNOOP("Ignore CAID") , ScSetup.CaIgnore,MAXCAIGN,2)); - ScOpts->Add(new cOptSel ("EcmCache" ,trNOOP("ECM cache") ,&ScSetup.EcmCache,3,ecache)); LogOpts=new cOpts(0,6); LogOpts->Add(new cOptBool ("LogConsole" ,trNOOP("Log to console") ,&logcfg.logCon)); LogOpts->Add(new cOptBool ("LogFile" ,trNOOP("Log to file") ,&logcfg.logFile)); diff --git a/scsetup.h b/scsetup.h index d3c9c22..1f43fae 100644 --- a/scsetup.h +++ b/scsetup.h @@ -21,7 +21,7 @@ #define ___SC_SETUP_H #define MAXSCCAPS 10 -#define MAXCAIGN 16 +#define MAXCAIGN 64 // ---------------------------------------------------------------- -- 2.39.5