mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
fix resolution icon in infoviewer
This commit is contained in:
@@ -580,6 +580,9 @@ void CInfoViewerBB::showIcon_Resolution()
|
|||||||
const char *icon_name = NULL;
|
const char *icon_name = NULL;
|
||||||
#if 0
|
#if 0
|
||||||
if ((scrambledNoSig) || ((!fta) && (scrambledErr)))
|
if ((scrambledNoSig) || ((!fta) && (scrambledErr)))
|
||||||
|
#endif
|
||||||
|
#if HAVE_ARM_HARDWARE
|
||||||
|
if (!g_InfoViewer->chanready)
|
||||||
#else
|
#else
|
||||||
if (!g_InfoViewer->chanready || videoDecoder->getBlank())
|
if (!g_InfoViewer->chanready || videoDecoder->getBlank())
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user