aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-05-07 09:35:45 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-05-07 09:35:45 +0200
commit09d90704f6cae05c67e08d10a46f28b2e2b0b1c7 (patch)
tree9968ef0dcc5c3c5dd3f9c9506cffbf03a3a3664b /lib/service/servicedvb.cpp
parent01261afa97d904fa9b2564aedabe1363d87ff186 (diff)
downloadenigma2-09d90704f6cae05c67e08d10a46f28b2e2b0b1c7.tar.gz
enigma2-09d90704f6cae05c67e08d10a46f28b2e2b0b1c7.zip
add support for 2nd PCR, add support for 2nd ttx pid
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp2
1 files changed, 1 insertions, 1 deletions
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);