summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-11 01:39:51 +0200
committerwm4 <wm4@nowhere>2014-06-11 01:39:51 +0200
commit7f7aa03eda33c10264d72a674e6e7eadff052254 (patch)
tree396b00eae6c425b25822a8269e95dbae9dbedfc1 /options/options.h
parent14983eb37d5aea4db27f62b2d72293318387424f (diff)
downloadmpv-7f7aa03eda33c10264d72a674e6e7eadff052254.tar.bz2
mpv-7f7aa03eda33c10264d72a674e6e7eadff052254.tar.xz
ad_lavc: make option struct local
Similar to previous commit.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/options/options.h b/options/options.h
index 6bf7a2bf2b..f6e330d8c7 100644
--- a/options/options.h
+++ b/options/options.h
@@ -260,13 +260,7 @@ typedef struct MPOpts {
struct demux_rawvideo_opts *demux_rawvideo;
struct vd_lavc_params *vd_lavc_params;
-
- struct ad_lavc_param {
- float ac3drc;
- int downmix;
- int threads;
- char *avopt;
- } ad_lavc_param;
+ struct ad_lavc_params *ad_lavc_params;
struct lavfdopts {
int probesize;