From 13f61e42ea1893870657f8758f6894e9d8e96551 Mon Sep 17 00:00:00 2001 From: TangoCash Date: Thu, 12 Oct 2017 00:36:45 +0200 Subject: [PATCH] fix resolution icon in infoviewer Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d2faaec8888510e6522db5718a4d879b3e3d37ad Author: TangoCash Date: 2017-10-12 (Thu, 12 Oct 2017) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/infoviewer_bb.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/infoviewer_bb.cpp b/src/gui/infoviewer_bb.cpp index c12937853..0f66b127f 100644 --- a/src/gui/infoviewer_bb.cpp +++ b/src/gui/infoviewer_bb.cpp @@ -601,6 +601,9 @@ void CInfoViewerBB::showIcon_Resolution() const char *icon_name = NULL; #if 0 if ((scrambledNoSig) || ((!fta) && (scrambledErr))) +#endif +#if HAVE_ARM_HARDWARE + if (!g_InfoViewer->chanready) #else if (!g_InfoViewer->chanready || videoDecoder->getBlank()) #endif