From 09d90704f6cae05c67e08d10a46f28b2e2b0b1c7 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 7 May 2009 09:35:45 +0200 Subject: add support for 2nd PCR, add support for 2nd ttx pid --- lib/service/servicedvb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/service/servicedvb.cpp') diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index c8442161..baebcde8 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -2370,7 +2370,7 @@ void eDVBServicePlay::updateDecoder() m_decoder->setVideoPID(vpid, vpidtype); selectAudioStream(); - if (!(m_is_pvr || m_timeshift_active || !m_is_primary)) + if (!(m_is_pvr || m_timeshift_active /*|| !m_is_primary*/)) m_decoder->setSyncPCR(pcrpid); else m_decoder->setSyncPCR(-1); -- cgit v1.2.3