summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-05-06 15:08:45 +0000
committerphintuka <phintuka>2009-05-06 15:08:45 +0000
commitde2b5b684e94c2e15ee43e291c1ba0a3c2baae53 (patch)
treead0d8089c3a8dc88fbe2460627c32bf3f9cf74c3
parentd372b890bd231b81d4e4808c69c8ab98f4ccaa3a (diff)
downloadxineliboutput-de2b5b684e94c2e15ee43e291c1ba0a3c2baae53.tar.gz
xineliboutput-de2b5b684e94c2e15ee43e291c1ba0a3c2baae53.tar.bz2
Removed m_PatPmtParser.Reset() from PlayTs()
-rw-r--r--device.c3
1 files changed, 1 insertions, 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);