diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-06-25 22:14:53 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-06-25 22:14:53 +0000 |
| commit | 03379b6e86edfcce851da2d11c3189d1b7843afb (patch) | |
| tree | c08865b11559dca984c648e661cbe070f71f500a /lib/service/servicedvb.cpp | |
| parent | 687353c5fefbeea8486cbb28dedf52a53dc65e9b (diff) | |
| download | enigma2-03379b6e86edfcce851da2d11c3189d1b7843afb.tar.gz enigma2-03379b6e86edfcce851da2d11c3189d1b7843afb.zip | |
add possibility to show iframes (not bugfree yet)
Diffstat (limited to 'lib/service/servicedvb.cpp')
| -rw-r--r-- | lib/service/servicedvb.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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? |
