diff options
author | phintuka <phintuka> | 2009-05-06 15:08:45 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-05-06 15:08:45 +0000 |
commit | de2b5b684e94c2e15ee43e291c1ba0a3c2baae53 (patch) | |
tree | ad0d8089c3a8dc88fbe2460627c32bf3f9cf74c3 | |
parent | d372b890bd231b81d4e4808c69c8ab98f4ccaa3a (diff) | |
download | xineliboutput-de2b5b684e94c2e15ee43e291c1ba0a3c2baae53.tar.gz xineliboutput-de2b5b684e94c2e15ee43e291c1ba0a3c2baae53.tar.bz2 |
Removed m_PatPmtParser.Reset() from PlayTs()
-rw-r--r-- | device.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |