diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-24 13:47:46 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-01-24 13:47:46 +0100 |
commit | 85e34776ff520d001cb6e0236a3308f143f093f0 (patch) | |
tree | bad9092b93dde57bf2b95458c434da61f743b88a /device.c | |
parent | f311ce508aeb1aa5cc4254117bc2c30800a40fa4 (diff) | |
download | vdr-85e34776ff520d001cb6e0236a3308f143f093f0.tar.gz vdr-85e34776ff520d001cb6e0236a3308f143f093f0.tar.bz2 |
The PAT/PMT is now only processed if its version changes
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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(); |