From 03379b6e86edfcce851da2d11c3189d1b7843afb Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Sun, 25 Jun 2006 22:14:53 +0000 Subject: add possibility to show iframes (not bugfree yet) --- lib/service/servicedvb.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib/service/servicedvb.cpp') diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp index 8f58cdee..b7acd1f4 100644 --- a/lib/service/servicedvb.cpp +++ b/lib/service/servicedvb.cpp @@ -1734,6 +1734,15 @@ void eDVBServicePlay::updateDecoder() m_decoder->start(); + if (vpid > 0 && vpid < 0x2000) + ; + else + { + std::string radio_pic; + if (!ePythonConfigQuery::getConfigValue("config.misc.radiopic", radio_pic)) + m_decoder->setRadioPic(radio_pic); + } + m_decoder->setAudioChannel(achannel); // how we can do this better? -- cgit v1.2.3