summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-04-13 12:55:28 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-04-13 12:55:28 +0200
commitc674d80762aa821a8901cdc0b604d52ce684177a (patch)
tree65c83104d5ea97a925d69ff967f8c3ce2a614f66 /device.c
parent7f314c07b6e89d4d1ba2c67de35183180876e501 (diff)
downloadvdr-c674d80762aa821a8901cdc0b604d52ce684177a.tar.gz
vdr-c674d80762aa821a8901cdc0b604d52ce684177a.tar.bz2
No longer resetting the patPmtParser in cDevice::PlayTs()
Diffstat (limited to 'device.c')
-rw-r--r--device.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.c b/device.c
index f5a908de..fa6c8aeb 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.14 2009/04/13 11:08:05 kls Exp $
+ * $Id: device.c 2.15 2009/04/13 12:53:09 kls Exp $
*/
#include "device.h"
@@ -1317,7 +1317,6 @@ int cDevice::PlayTs(const uchar *Data, int Length, bool VideoOnly)
{
int Played = 0;
if (Data == NULL) {
- patPmtParser.Reset();
tsToPesVideo.Reset();
tsToPesAudio.Reset();
tsToPesSubtitle.Reset();