From 54d069c95c546d6b12f6effc1af7a0274b7c31e4 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 23 Jun 2002 18:00:00 +0200 Subject: Version 1.1.4 - Added Hungarian language texts (thanks to Istvan Koenigsberger and Guido Josten). - Activated cutting. - Activated 'Transfer Mode'. - Moved handling of the Menu key entirely into vdr.c. - Switched VDR's own player to the new cPlayer/cControl structures. - Switched handling 'Transfer Mode' to the new cPlayer/cControl structures. - The following limitations apply to this version: + The '-a' option (for Dolby Digital audio) doesn't work yet. + Switching between different language tracks doesn't work yet. --- eitscan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eitscan.c') diff --git a/eitscan.c b/eitscan.c index f620b09..a275abe 100644 --- a/eitscan.c +++ b/eitscan.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: eitscan.c 1.2 2002/06/02 09:02:05 kls Exp $ + * $Id: eitscan.c 1.3 2002/06/22 13:02:40 kls Exp $ */ #include "eitscan.h" @@ -52,7 +52,7 @@ void cEITScanner::Process(void) cDevice *Device = cDevice::GetDevice(i + 1, MAXPRIORITY + 1); if (Device) { if (Device != cDevice::PrimaryDevice() || (cDevice::NumDevices() == 1 && Setup.EPGScanTimeout && now - lastActivity > Setup.EPGScanTimeout * 3600)) { - if (!(Device->Receiving() || Device->Replaying()/*XXX+ || Device->Transferring()XXX*/)) { + if (!(Device->Receiving() || Device->Replaying())) { int oldCh = lastChannel; int ch = oldCh + 1; while (ch != oldCh) { -- cgit v1.2.3