From 3ec85309f9248990e1efa186de369acc39d0cc20 Mon Sep 17 00:00:00 2001 From: Frankenstone Date: Tue, 12 Dec 2017 12:30:51 +0100 Subject: [PATCH] streaminfo2.cpp: fix streaminfo for ufs 910 --- src/gui/streaminfo2.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index 66154e91e..577d9d5a0 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -926,7 +926,11 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos) } } +#if BOXMODEL_UFS910 + if ((mp && IS_WEBCHAN(channel->getChannelID()) && CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv) || channel->getVideoPid()) +#else if (((mp && IS_WEBCHAN(channel->getChannelID()) && CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_webtv) || channel->getVideoPid()) && !(videoDecoder->getBlank())) +#endif { videoDecoder->getPictureInfo(xres, yres, framerate); if (yres == 1088)