From 2b174b07bde731981068895a780e3e0564bb85ac Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 23 Jan 2009 16:44:46 +0100 Subject: Changed cPatPmtGenerator to make sure the PMT pid doesn't collide with any of the actual pids of the channel --- recorder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recorder.c') diff --git a/recorder.c b/recorder.c index 83024ac1..6bf299eb 100644 --- a/recorder.c +++ b/recorder.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: recorder.c 2.1 2009/01/06 12:38:01 kls Exp $ + * $Id: recorder.c 2.2 2009/01/23 16:44:29 kls Exp $ */ #include "recorder.h" @@ -44,7 +44,7 @@ cRecorder::cRecorder(const char *FileName, tChannelID ChannelID, int Priority, i Type = 0x06; } frameDetector = new cFrameDetector(Pid, Type); - patPmtGenerator.GeneratePmt(ChannelID); + patPmtGenerator.SetChannel(Channel); fileName = NULL; index = NULL; fileSize = 0; -- cgit v1.2.3