summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-19 15:22:13 -0500
committerDudemanguy <random342@airmail.cc>2023-09-22 14:20:38 +0000
commita703dc10c88f42cc4b4033721b03d2ac63800f39 (patch)
tree6169d41ff5022306b1004ea5573884894e44a695 /options/options.h
parent84d6044d2bd4b0a2b6bc8d6f3deaf37747619284 (diff)
downloadmpv-a703dc10c88f42cc4b4033721b03d2ac63800f39.tar.bz2
mpv-a703dc10c88f42cc4b4033721b03d2ac63800f39.tar.xz
options: move some demux-specific opts to demux opts
These options are only ever accessed by the demuxer and have no need to be in MPOpts. Move them to demux.c instead.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/options/options.h b/options/options.h
index 339acda38c..78cbaf92e4 100644
--- a/options/options.h
+++ b/options/options.h
@@ -295,8 +295,6 @@ typedef struct MPOpts {
char *screenshot_directory;
bool screenshot_sw;
- int index_mode;
-
struct m_channels audio_output_channels;
int audio_output_format;
int force_srate;
@@ -330,9 +328,6 @@ typedef struct MPOpts {
char *cdrom_device;
char *bluray_device;
- double mf_fps;
- char *mf_type;
-
struct demux_rawaudio_opts *demux_rawaudio;
struct demux_rawvideo_opts *demux_rawvideo;
struct demux_playlist_opts *demux_playlist;