mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
webtv_setup: auto-determinate LIVESTREAM_RESOLUTION_OPTION_COUNT
Origin commit data
------------------
Branch: ni/coolstream
Commit: cf749f6d47
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-03 (Thu, 03 Mar 2016)
Origin message was:
------------------
- webtv_setup: auto-determinate LIVESTREAM_RESOLUTION_OPTION_COUNT
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
f7f6d5b809
commit
8180e49811
@@ -43,8 +43,7 @@ CWebTVSetup::CWebTVSetup()
|
||||
changed = false;
|
||||
}
|
||||
|
||||
#define LIVESTREAM_RESOLUTION_OPTION_COUNT 6
|
||||
const CMenuOptionChooser::keyval_ext LIVESTREAM_RESOLUTION_OPTIONS[LIVESTREAM_RESOLUTION_OPTION_COUNT] =
|
||||
const CMenuOptionChooser::keyval_ext LIVESTREAM_RESOLUTION_OPTIONS[] =
|
||||
{
|
||||
{ 1920, NONEXISTANT_LOCALE, "1920x1080" },
|
||||
{ 1280, NONEXISTANT_LOCALE, "1280x720" },
|
||||
@@ -53,6 +52,7 @@ const CMenuOptionChooser::keyval_ext LIVESTREAM_RESOLUTION_OPTIONS[LIVESTREAM_RE
|
||||
{ 426, NONEXISTANT_LOCALE, "426x240" },
|
||||
{ 128, NONEXISTANT_LOCALE, "128x72" }
|
||||
};
|
||||
#define LIVESTREAM_RESOLUTION_OPTION_COUNT (sizeof(LIVESTREAM_RESOLUTION_OPTIONS)/sizeof(CMenuOptionChooser::keyval_ext))
|
||||
|
||||
#define CWebTVSetupFooterButtonCount 2
|
||||
static const struct button_label CWebTVSetupFooterButtons[CWebTVSetupFooterButtonCount] = {
|
||||
|
Reference in New Issue
Block a user