summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/options/options.h b/options/options.h
index f6e330d8c7..b87c64ed17 100644
--- a/options/options.h
+++ b/options/options.h
@@ -258,22 +258,11 @@ typedef struct MPOpts {
struct demux_rawaudio_opts *demux_rawaudio;
struct demux_rawvideo_opts *demux_rawvideo;
+ struct demux_lavf_opts *demux_lavf;
struct vd_lavc_params *vd_lavc_params;
struct ad_lavc_params *ad_lavc_params;
- struct lavfdopts {
- int probesize;
- int probescore;
- float analyzeduration;
- int buffersize;
- int allow_mimetype;
- char *format;
- char *cryptokey;
- char *avopt;
- int genptsmode;
- } lavfdopts;
-
struct input_conf {
char *config_file;
int doubleclick_time;