projects
/
vompclient.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c806c3
)
Fix channel list on mpeg only platforms
author
Marten Richter
<marten.richter@freenet.de>
Tue, 26 Feb 2013 07:21:51 +0000
(08:21 +0100)
committer
Marten Richter
<marten.richter@freenet.de>
Tue, 26 Feb 2013 07:21:51 +0000
(08:21 +0100)
vdr.cc
patch
|
blob
|
history
diff --git
a/vdr.cc
b/vdr.cc
index 3523cee412d7bee47c6bdfda63656b087f5b2ffa..6ebf7666220954e4d50fd807a957ade5da1e0b2f 100644
(file)
--- a/
vdr.cc
+++ b/
vdr.cc
@@
-818,7
+818,7
@@
ChannelList* VDR::getChannelsList(ULONG type)
chan->name = vresp->extractString();
chan->vstreamtype = vresp->extractULONG();
- if (chan->type == type && ((chan->vstreamtype==0x1b && h264support)||
mpeg2support
) )
+ if (chan->type == type && ((chan->vstreamtype==0x1b && h264support)||
(chan->vstreamtype!=0x1b &&mpeg2support)
) )
{
chanList->push_back(chan);
logger->log("VDR", Log::DEBUG, "Have added a channel to list. %lu %lu %s", chan->number, chan->type, chan->name);