summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/options/options.h b/options/options.h
index 6733fa3161..3356eac28b 100644
--- a/options/options.h
+++ b/options/options.h
@@ -175,6 +175,7 @@ typedef struct MPOpts {
bool lua_load_stats;
bool lua_load_console;
int lua_load_auto_profiles;
+ bool lua_load_select;
bool auto_load_scripts;
@@ -188,7 +189,7 @@ typedef struct MPOpts {
float rgain_preamp; // Set replaygain pre-amplification
bool rgain_clip; // Enable/disable clipping prevention
float rgain_fallback;
- int softvol_mute;
+ bool softvol_mute;
float softvol_max;
float softvol_gain;
float softvol_gain_min;
@@ -258,6 +259,7 @@ typedef struct MPOpts {
char *status_msg;
char *osd_status_msg;
char *osd_msg[3];
+ int playlist_entry_name;
int player_idle_mode;
char **input_commands;
bool consolecontrols;
@@ -349,7 +351,6 @@ typedef struct MPOpts {
struct demux_playlist_opts *demux_playlist;
struct demux_lavf_opts *demux_lavf;
struct demux_mkv_opts *demux_mkv;
- struct demux_cue_opts *demux_cue;
struct demux_opts *demux_opts;
struct demux_cache_opts *demux_cache_opts;
@@ -387,6 +388,7 @@ typedef struct MPOpts {
struct vaapi_opts *vaapi_opts;
struct sws_opts *sws_opts;
struct zimg_opts *zimg_opts;
+ struct egl_opts *egl_opts;
int cuda_device;
} MPOpts;