fix resolution icon in infoviewer

Origin commit data
------------------
Commit: 6a1b0c1c73
Author: TangoCash <eric@loxat.de>
Date: 2017-10-12 (Thu, 12 Oct 2017)
This commit is contained in:
TangoCash
2017-10-12 00:36:45 +02:00
committed by Thilo Graf
parent 39fc7eee38
commit ba243eca6e

View File

@@ -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