aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-07-06 23:01:15 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-07-06 23:30:35 +0200
commit02420217841c013a4491cbe6fae91803b74be6d9 (patch)
treea56bb306722921dd0adb4f68eeb2337581c4c985 /lib
parent5e9b74157d81f7bfd0ae5315ae1ddbc849e97a5b (diff)
downloadenigma2-02420217841c013a4491cbe6fae91803b74be6d9.tar.gz
enigma2-02420217841c013a4491cbe6fae91803b74be6d9.zip
small fix
Diffstat (limited to 'lib')
-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 70675fd7..e62d7783 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -1529,7 +1529,7 @@ int eDVBServicePlay::getInfo(int w)
int aspect = -1;
if (m_decoder)
aspect = m_decoder->getVideoAspect();
- if (no_program_info)
+ if (aspect == -1 && no_program_info)
break;
else if (aspect == -1 && !program.videoStreams.empty() && program.videoStreams[0].component_tag != -1)
{