[Videomode] support HDMI colorspace. (Currently, this option is effective only solo4k)
[vuplus_dvbapp] / lib / dvb / db.cpp
index fb0b66c..0f367be 100755 (executable)
@@ -160,9 +160,10 @@ int eDVBService::isPlayable(const eServiceReference &ref, const eServiceReferenc
        else
        {
                eDVBChannelID chid, chid_ignore;
+               int system;
                ((const eServiceReferenceDVB&)ref).getChannelID(chid);
                ((const eServiceReferenceDVB&)ignore).getChannelID(chid_ignore);
-               return res_mgr->canAllocateChannel(chid, chid_ignore, simulate);
+               return res_mgr->canAllocateChannel(chid, chid_ignore, system, simulate);
        }
        return 0;
 }