From de2b5b684e94c2e15ee43e291c1ba0a3c2baae53 Mon Sep 17 00:00:00 2001 From: phintuka Date: Wed, 6 May 2009 15:08:45 +0000 Subject: Removed m_PatPmtParser.Reset() from PlayTs() --- device.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/device.c b/device.c index 9bedfe2e..12343453 100644 --- a/device.c +++ b/device.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.c,v 1.78 2009-05-03 20:37:48 phintuka Exp $ + * $Id: device.c,v 1.79 2009-05-06 15:08:45 phintuka Exp $ * */ @@ -1143,7 +1143,6 @@ int cXinelibDevice::PlayTs(const uchar *Data, int Length, bool VideoOnly) } } else if (!Data) { TsBufferFlush(); - m_PatPmtParser.Reset(); } return cDevice::PlayTs(Data, Length, VideoOnly); -- cgit v1.2.3