From 6526bee39b2eed8b6567e9e9046d2ecbeacc7d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 11 Nov 2010 15:24:17 +0100 Subject: options: move some demux options to option struct Following options were moved: audiofile, audiofile-cache, subfile, demuxer, audio-demuxer, sub-demuxer, [no]extbased. --- options.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'options.h') 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; -- cgit v1.2.3