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);