Skip to content

Commit

Permalink
streaminfo2.cpp: fix streaminfo for ufs 910
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankenstone committed Dec 12, 2017
1 parent 72023aa commit 3ec8530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/streaminfo2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ec8530

Please sign in to comment.