summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 38afc1c831..424a1c8f0e 100644
--- a/options/options.h
+++ b/options/options.h
@@ -275,7 +275,6 @@ typedef struct MPOpts {
struct m_channels audio_output_channels;
int audio_output_format;
- int audio_normalize;
int force_srate;
double playback_speed;
int pitch_correction;
@@ -331,6 +330,8 @@ typedef struct MPOpts {
int wingl_dwm_flush;
+ struct mp_resample_opts *resample_opts;
+
struct gl_video_opts *gl_video_opts;
struct angle_opts *angle_opts;
struct opengl_opts *opengl_opts;