]> www.vanbest.org Git - sasc-ng.git/commitdiff
increase number of ignorable CAIDs
authorleslie <unknown>
Mon, 22 Dec 2008 18:01:46 +0000 (19:01 +0100)
committerleslie <unknown>
Mon, 22 Dec 2008 18:01:46 +0000 (19:01 +0100)
sc.c
scsetup.h

diff --git a/sc.c b/sc.c
index 056ecbbf8f4bc855be8f5d411d43f2a873d58ad3..07dc3939e2bd27ec16aec534e790f891cc96e7ba 100644 (file)
--- 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));
index d3c9c225ba9c80d473e28e88e4b970f4259177e9..1f43faebb9be590e64c20cfd6ea0ce6b34e6ccb4 100644 (file)
--- a/scsetup.h
+++ b/scsetup.h
@@ -21,7 +21,7 @@
 #define ___SC_SETUP_H
 
 #define MAXSCCAPS 10
-#define MAXCAIGN  16
+#define MAXCAIGN  64
 
 // ----------------------------------------------------------------