mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
streaminfo2: cleanup from unsupported hardware ifdefs
Origin commit data
------------------
Commit: 38c86eed6b
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Origin message was:
------------------
- streaminfo2: cleanup from unsupported hardware ifdefs
This commit is contained in:
@@ -929,11 +929,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
#if BOXMODEL_UFS910
|
|
||||||
if (mp || channel->getVideoPid())
|
|
||||||
#else
|
|
||||||
if (((mp && IS_WEBCHAN(channel->getChannelID()) && CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_webtv) || channel->getVideoPid()) && !(videoDecoder->getBlank()))
|
if (((mp && IS_WEBCHAN(channel->getChannelID()) && CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_webtv) || channel->getVideoPid()) && !(videoDecoder->getBlank()))
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
videoDecoder->getPictureInfo(xres, yres, framerate);
|
videoDecoder->getPictureInfo(xres, yres, framerate);
|
||||||
if (yres == 1088)
|
if (yres == 1088)
|
||||||
|
Reference in New Issue
Block a user