gui/record_setup.cpp: add option to auto-create movie thumbnail on playback

This commit is contained in:
[CST] Focus
2014-04-21 13:53:13 +04:00
parent 92cc47f383
commit b127646b43
6 changed files with 13 additions and 0 deletions

View File

@@ -1097,6 +1097,7 @@ typedef enum
LOCALE_MENU_HINT_RECORD_APID_STD,
LOCALE_MENU_HINT_RECORD_APIDS,
LOCALE_MENU_HINT_RECORD_APPLY,
LOCALE_MENU_HINT_RECORD_AUTO_COVER,
LOCALE_MENU_HINT_RECORD_CHANDIR,
LOCALE_MENU_HINT_RECORD_DATA,
LOCALE_MENU_HINT_RECORD_DATA_DVBSUB,
@@ -1759,6 +1760,7 @@ typedef enum
LOCALE_RECORDINGMENU_APIDS_AC3,
LOCALE_RECORDINGMENU_APIDS_ALT,
LOCALE_RECORDINGMENU_APIDS_STD,
LOCALE_RECORDINGMENU_AUTO_COVER,
LOCALE_RECORDINGMENU_DATA_PIDS,
LOCALE_RECORDINGMENU_DEFDIR,
LOCALE_RECORDINGMENU_DVBSUB_PIDS,

View File

@@ -1097,6 +1097,7 @@ const char * locale_real_names[] =
"menu.hint_record_apid_std",
"menu.hint_record_apids",
"menu.hint_record_apply",
"menu.hint_record_auto_cover",
"menu.hint_record_chandir",
"menu.hint_record_data",
"menu.hint_record_data_dvbsub",
@@ -1759,6 +1760,7 @@ const char * locale_real_names[] =
"recordingmenu.apids_ac3",
"recordingmenu.apids_alt",
"recordingmenu.apids_std",
"recordingmenu.auto_cover",
"recordingmenu.data_pids",
"recordingmenu.defdir",
"recordingmenu.dvbsub_pids",

View File

@@ -441,6 +441,7 @@ struct SNeutrinoSettings
int screenshot_mode;
int screenshot_video;
int screenshot_scale;
int auto_cover;
std::string screenshot_dir;
int key_current_transponder;