From 08899602322175a6cb080951c2ad0dcbf71446fa Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 30 Jan 2010 11:10:25 +0100 Subject: The PCR pid is now recorded for channels where this is different from the video PID --- transfer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'transfer.h') diff --git a/transfer.h b/transfer.h index be75fde6..004d5b06 100644 --- a/transfer.h +++ b/transfer.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: transfer.h 2.1 2008/05/25 12:44:49 kls Exp $ + * $Id: transfer.h 2.2 2010/01/29 16:38:09 kls Exp $ */ #ifndef __TRANSFER_H @@ -21,7 +21,7 @@ protected: virtual void Activate(bool On); virtual void Receive(uchar *Data, int Length); public: - cTransfer(tChannelID ChannelID, int VPid, const int *APids, const int *DPids, const int *SPids); + cTransfer(const cChannel *Channel); virtual ~cTransfer(); }; @@ -30,7 +30,7 @@ private: cTransfer *transfer; static cDevice *receiverDevice; public: - cTransferControl(cDevice *ReceiverDevice, tChannelID ChannelID, int VPid, const int *APids, const int *DPids, const int *SPids); + cTransferControl(cDevice *ReceiverDevice, const cChannel *Channel); ~cTransferControl(); virtual void Hide(void) {} static cDevice *ReceiverDevice(void) { return receiverDevice; } -- cgit v1.2.3