mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
Merge branch 'ni/mp' into ni/cst-next
Conflicts:
data/icons/shutdown.jpg
data/icons/start.jpg
data/locale/Makefile.am
data/locale/deutsch.locale
data/locale/english.locale
lib/libdvbsub/dvbsub.cpp
lib/libdvbsub/dvbsubtitle.cpp
lib/libtuxtxt/tuxtxt.cpp
lib/libtuxtxt/tuxtxt.h
src/gui/dboxinfo.cpp
src/gui/movieplayer.cpp
src/gui/streaminfo2.cpp
src/gui/themes.cpp
src/neutrino.cpp
src/neutrino_menue.cpp
src/nhttpd/Makefile.am
src/system/flashtool.cpp
Origin commit data
------------------
Commit: 161347db29
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-26 (Fri, 26 Aug 2016)
This commit is contained in:
@@ -609,8 +609,8 @@ void CInfoViewerBB::showIcon_Resolution()
|
||||
case 1920:
|
||||
icon_name = NEUTRINO_ICON_RESOLUTION_1920;
|
||||
break;
|
||||
case 1080:
|
||||
case 1088:
|
||||
case 1080:
|
||||
icon_name = NEUTRINO_ICON_RESOLUTION_1080;
|
||||
break;
|
||||
case 1440:
|
||||
@@ -653,9 +653,9 @@ void CInfoViewerBB::showIcon_Resolution()
|
||||
}
|
||||
if (g_settings.infobar_show_res == 1) {//show simple resolution icon on infobar
|
||||
videoDecoder->getPictureInfo(xres, yres, framerate);
|
||||
if (yres > 704)
|
||||
if (yres > 576)
|
||||
icon_name = NEUTRINO_ICON_RESOLUTION_HD;
|
||||
else if (yres >= 288)
|
||||
else if (yres > 0)
|
||||
icon_name = NEUTRINO_ICON_RESOLUTION_SD;
|
||||
else
|
||||
icon_name = NEUTRINO_ICON_RESOLUTION_000;
|
||||
|
Reference in New Issue
Block a user