summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/cfg-mplayer.h1
-rw-r--r--core/options.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index 32058e92b6..6a3d75ce21 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -441,6 +441,7 @@ const m_option_t common_opts[] = {
OPT_STRING("ad", audio_decoders, 0),
OPT_STRING("vd", video_decoders, 0),
+ OPT_FLAG("dtshd", dtshd, 0),
OPT_CHOICE("hwdec", hwdec_api, 0,
({"no", 0},
diff --git a/core/options.h b/core/options.h
index c9517f0ead..9f54598361 100644
--- a/core/options.h
+++ b/core/options.h
@@ -132,6 +132,7 @@ typedef struct MPOpts {
int audio_output_channels;
int audio_output_format;
+ int dtshd;
float playback_speed;
float drc_level;
struct m_obj_settings *vf_settings;