From bff4529f013605e0456fa12e4c0468ffafaa4289 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 7 Sep 2003 18:00:00 +0200 Subject: Version 1.2.5pre2 - Updated VIVA, VIVA Plus, MTV Central and MTV 2 in channels.conf (thanks to Sebastian Frei). - Changed "Studio Universal" to "Sci-Fi" in channels.conf. - Fixed a crash when using the --terminal option without having access to the given terminal (thanks to Steffen Barszus for helping to debug this one). - Added a note about the driver version needed for the still picture fix from version 1.2.5pre1 to work properly (thanks to Oliver Endriss for pointing this out). - Fixed setting the primary device in case none of the devices provides an MPEG decoder (thanks to Rene Bartsch for reporting this one). - Fixed handling the "Red" button in the "Schedules" menu in case there are no events listed for a particular channel (thanks to Christoph Hermanns for reporting this one). - When setting an editing mark while in "Pause" mode, replay now immediately jumps to the marked frame (thanks to Oskar Signell for pointing out this problem). - The DVB devices no longer send CA descriptors to the CAM while the EPG scanner is active (sometimes the CAMs got irritated when the device tuned to channels they couldn't handle). --- eitscan.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eitscan.h') diff --git a/eitscan.h b/eitscan.h index 609bf78..420f47d 100644 --- a/eitscan.h +++ b/eitscan.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: eitscan.h 1.3 2003/05/24 13:21:36 kls Exp $ + * $Id: eitscan.h 1.4 2003/09/06 13:05:51 kls Exp $ */ #ifndef __EITSCAN_H @@ -19,6 +19,7 @@ private: ScanTimeout = 20 }; time_t lastScan, lastActivity; + cDevice *currentDevice; int currentChannel; int lastChannel[MAXDEVICES]; int numTransponders, *transponders; @@ -27,6 +28,7 @@ public: cEITScanner(void); ~cEITScanner(); bool Active(void) { return currentChannel; } + bool UsesDevice(const cDevice *Device) { return currentDevice == Device; } void Activity(void); void Process(void); }; -- cgit v1.2.3