summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-11 01:46:20 +0200
committerwm4 <wm4@nowhere>2014-06-11 01:46:20 +0200
commit654930aa47e10c07aa0399f515a8dd04d34efa3a (patch)
treed973ad7cac448ea9546ce5097a642dd1ff20234c /options/options.h
parent7f7aa03eda33c10264d72a674e6e7eadff052254 (diff)
downloadmpv-654930aa47e10c07aa0399f515a8dd04d34efa3a.tar.bz2
mpv-654930aa47e10c07aa0399f515a8dd04d34efa3a.tar.xz
demux_lavf: make option struct local
Similar to previous commits.
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;