gui/videosettings.cpp: add option to enable/disable SD OSD on apollo

This commit is contained in:
[CST] Focus
2014-04-15 15:10:58 +04:00
parent e68a0c28f1
commit d446be1f95
6 changed files with 24 additions and 1 deletions

View File

@@ -1260,6 +1260,7 @@ typedef enum
LOCALE_MENU_HINT_VIDEO_PIP,
LOCALE_MENU_HINT_VIDEO_SATURATION,
LOCALE_MENU_HINT_VIDEO_SCART_MODE,
LOCALE_MENU_HINT_VIDEO_SDOSD,
LOCALE_MENU_HINT_VOLUME,
LOCALE_MENU_HINT_VOLUME_DIGITS,
LOCALE_MENU_HINT_VOLUME_POS,
@@ -2120,6 +2121,7 @@ typedef enum
LOCALE_VIDEOMENU_SATURATION,
LOCALE_VIDEOMENU_SCART,
LOCALE_VIDEOMENU_SCREENSETUP,
LOCALE_VIDEOMENU_SDOSD,
LOCALE_VIDEOMENU_SHARPNESS,
LOCALE_VIDEOMENU_TV_SCART,
LOCALE_VIDEOMENU_VCRSIGNAL,

View File

@@ -1260,6 +1260,7 @@ const char * locale_real_names[] =
"menu.hint_video_pip",
"menu.hint_video_saturation",
"menu.hint_video_scart_mode",
"menu.hint_video_sdosd",
"menu.hint_volume",
"menu.hint_volume_digits",
"menu.hint_volume_pos",
@@ -2120,6 +2121,7 @@ const char * locale_real_names[] =
"videomenu.saturation",
"videomenu.scart",
"videomenu.screensetup",
"videomenu.sdosd",
"videomenu.sharpness",
"videomenu.tv-scart",
"videomenu.vcrsignal",

View File

@@ -59,6 +59,7 @@ struct SNeutrinoSettings
int brightness;
int contrast;
int saturation;
int enable_sd_osd;
#endif
char current_volume;
int current_volume_step;