From 3822a46f4fcb03b27b8159c01eb8b832fe65c2a3 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Thu, 11 Oct 2007 19:54:20 +0000 Subject: [PATCH] Mofified TS buffer size range. --- README | 3 ++- setup.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 697f881..1334ae5 100644 --- a/README +++ b/README @@ -45,7 +45,7 @@ Setup menu: - TS buffer size [MB] = 2 Defines ringbuffer size for transport stream in MB. - The valid range: 1...16 + The valid range: 1...4 - TS buffer prefill ratio [%] = 0 Defines prefill ratio for transport stream ringbuffer before data is transferred to VDR. @@ -64,6 +64,7 @@ Setup menu: contain that many "Disable filter" options which allow you to disable the individual section filters. + The valid range: 0...7 - [Red:Channels] Opens IPTV channel editor. - [Blue:Info] Opens IPTV information/statistics menu. diff --git a/setup.c b/setup.c index 1a19eae..598227c 100644 --- a/setup.c +++ b/setup.c @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: setup.c,v 1.29 2007/10/10 20:54:58 rahrenbe Exp $ + * $Id: setup.c,v 1.30 2007/10/11 19:54:20 rahrenbe Exp $ */ #include @@ -586,7 +586,7 @@ void cIptvPluginSetup::Setup(void) { int current = Current(); Clear(); - Add(new cMenuEditIntItem( tr("TS buffer size [MB]"), &tsBufferSize, 2, 16)); + Add(new cMenuEditIntItem( tr("TS buffer size [MB]"), &tsBufferSize, 1, 4)); Add(new cMenuEditIntItem( tr("TS buffer prefill ratio [%]"), &tsBufferPrefill, 0, 40)); Add(new cMenuEditBoolItem(tr("Use section filtering"), §ionFiltering)); if (sectionFiltering) {