summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/device.c b/device.c
index 889cf2fb..1f9fdf2a 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.81 2009-05-27 08:20:58 phintuka Exp $
+ * $Id: device.c,v 1.82 2009-06-04 09:49:25 phintuka Exp $
*
*/
@@ -580,6 +580,10 @@ void cXinelibDevice::SetTvMode(cChannel *Channel)
TRACEF("cXinelibDevice::SetTvMode");
TRACK_TIME(250);
+#if VDRVERSNUM >= 10701
+ m_PatPmtParser.Reset();
+#endif
+
m_RadioStream = false;
if (Channel && !Channel->Vpid() && (Channel->Apid(0) || Channel->Apid(1)))
m_RadioStream = true;