From 714d3ed9023c99c52565a426c442b7fbdc74d8e6 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sat, 17 Jan 2015 00:45:30 +0200 Subject: [PATCH] Increased the max number of disabled sources. --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 91e750e..1cc713b 100644 --- a/common.h +++ b/common.h @@ -27,7 +27,7 @@ #define SATIP_STATS_ACTIVE_PIDS_COUNT 10 #define SATIP_STATS_ACTIVE_FILTERS_COUNT 10 -#define MAX_DISABLED_SOURCES_COUNT 5 +#define MAX_DISABLED_SOURCES_COUNT 25 #define SECTION_FILTER_TABLE_SIZE 5 #define MAX_CICAM_COUNT 2