From 240529710db31cd5a96ad2fdb7f9fd486ec7939f Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 2 May 2003 09:24:31 +0200 Subject: Fixed setting the PCR-PID in case it is equal to one of the other PIDs --- device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'device.h') diff --git a/device.h b/device.h index 8ffd4953..38e8028d 100644 --- a/device.h +++ b/device.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 1.30 2003/04/26 09:49:12 kls Exp $ + * $Id: device.h 1.31 2003/05/02 08:21:05 kls Exp $ */ #ifndef __DEVICE_H @@ -201,7 +201,7 @@ protected: ///< Returns true if this device is currently receiving the given PID. bool AddPid(int Pid, ePidType PidType = ptOther); ///< Adds a PID to the set of PIDs this device shall receive. - void DelPid(int Pid); + void DelPid(int Pid, ePidType PidType = ptOther); ///< Deletes a PID from the set of PIDs this device shall receive. virtual bool SetPid(cPidHandle *Handle, int Type, bool On); ///< Does the actual PID setting on this device. -- cgit v1.2.3