git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9b741
)
small fix
author
ghost
<andreas.monzner@multimedia-labs.de>
Mon, 6 Jul 2009 21:01:15 +0000
(23:01 +0200)
committer
ghost
<andreas.monzner@multimedia-labs.de>
Mon, 6 Jul 2009 21:30:35 +0000
(23:30 +0200)
lib/service/servicedvb.cpp
patch
|
blob
|
history
diff --git
a/lib/service/servicedvb.cpp
b/lib/service/servicedvb.cpp
index 70675fd7cf73051fc2d67b97f5bc555b1653d68e..e62d7783e8104b2eb7c49837ebd48d1d58fd8dd7 100644
(file)
--- 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)
{