From 85e34776ff520d001cb6e0236a3308f143f093f0 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 24 Jan 2009 13:47:46 +0100 Subject: The PAT/PMT is now only processed if its version changes --- device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'device.c') diff --git a/device.c b/device.c index d1e350f2..23c0870a 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.c 2.9 2009/01/24 11:16:31 kls Exp $ + * $Id: device.c 2.10 2009/01/24 13:40:54 kls Exp $ */ #include "device.h" @@ -1340,6 +1340,7 @@ int cDevice::PlayTs(const uchar *Data, int Length, bool VideoOnly) } } else if (Data == NULL) { + patPmtParser.Reset(); tsToPesVideo.Reset(); tsToPesAudio.Reset(); tsToPesSubtitle.Reset(); -- cgit v1.2.3