summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2010-11-11 15:24:17 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-11 16:31:46 +0200
commit6526bee39b2eed8b6567e9e9046d2ecbeacc7d66 (patch)
treef648dd2d29599da41170e79e19b7093b79d0b329 /options.h
parent3283ba0ccbd010a348abde94e894d746d7bf32e4 (diff)
downloadmpv-6526bee39b2eed8b6567e9e9046d2ecbeacc7d66.tar.bz2
mpv-6526bee39b2eed8b6567e9e9046d2ecbeacc7d66.tar.xz
options: move some demux options to option struct
Following options were moved: audiofile, audiofile-cache, subfile, demuxer, audio-demuxer, sub-demuxer, [no]extbased.
Diffstat (limited to 'options.h')
-rw-r--r--options.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/options.h b/options.h
index 8450435bba..b81744d248 100644
--- a/options.h
+++ b/options.h
@@ -45,6 +45,15 @@ typedef struct MPOpts {
int sub_id;
char *audio_lang;
char *sub_lang;
+
+ char *audio_stream;
+ int audio_stream_cache;
+ char *sub_stream;
+ char *demuxer_name;
+ char *audio_demuxer_name;
+ char *sub_demuxer_name;
+ int extension_parsing;
+
int audio_output_channels;
int audio_output_format;
float playback_speed;