mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
videosettings.cpp: set 43Mode options for osmio4k
This commit is contained in:
@@ -721,9 +721,10 @@ bool CVideoSettings::changeNotify(const neutrino_locale_t OptionName, void * /*
|
|||||||
void CVideoSettings::next43Mode(void)
|
void CVideoSettings::next43Mode(void)
|
||||||
{
|
{
|
||||||
printf("[neutrino VideoSettings] %s setting 43Mode -> ", __FUNCTION__);
|
printf("[neutrino VideoSettings] %s setting 43Mode -> ", __FUNCTION__);
|
||||||
#if HAVE_ARM_HARDWARE
|
#if BOXMODEL_HD51 || BOXMODEL_H7 || BOXMODEL_BRE2ZE4K || BOXMODEL_HD60
|
||||||
/* HD51 has non standard order */
|
|
||||||
static const char *m[] = { "letterbox", "panscan", "bestfit", "nonlinear", "(unset)" };
|
static const char *m[] = { "letterbox", "panscan", "bestfit", "nonlinear", "(unset)" };
|
||||||
|
#elif BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
|
||||||
|
static const char *m[] = { "letterbox", "panscan", "scale", "(unset)", "(unset)" };
|
||||||
#else
|
#else
|
||||||
static const char *m[] = { "panscan", "letterbox", "bestfit", "nonlinear", "(unset)" };
|
static const char *m[] = { "panscan", "letterbox", "bestfit", "nonlinear", "(unset)" };
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user