aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 84cceec7..b9214f0c 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -1686,12 +1686,12 @@ void eDVBServicePlay::updateDecoder()
m_decoder->setSyncPCR(pcrpid);
else
m_decoder->setSyncPCR(-1);
-//#ifndef INTERNAL_TELETEXT
+
m_decoder->setTextPID(tpid);
-//#else
+
if (m_teletext_parser)
m_teletext_parser->start(tpid);
-//#endif
+
if (!m_is_primary)
m_decoder->setTrickmode(1);