From 8f60de98beef61c3631819a4e3a4be1ec56da00d Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 11 Jun 2014 02:04:02 +0200 Subject: encode: make option struct local Similar to previous commits. --- options/options.h | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index ec66b33c8b..c89c6cfb19 100644 --- a/options/options.h +++ b/options/options.h @@ -265,27 +265,8 @@ typedef struct MPOpts { struct input_opts *input_opts; - struct encode_output_conf { - char *file; - char *format; - char **fopts; - float fps; - float maxfps; - char *vcodec; - char **vopts; - char *acodec; - char **aopts; - int harddup; - float voffset; - float aoffset; - int copyts; - int rawts; - int autofps; - int neverdrop; - int video_first; - int audio_first; - int metadata; - } encode_output; + // may be NULL if encoding is not compiled-in + struct encode_opts *encode_opts; } MPOpts; extern const m_option_t mp_opts[]; -- cgit v1.2.3