summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 23:06:42 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:39:13 +0200
commitf9f89b90499f34b04a355fd366433e9f27063358 (patch)
tree30939a34748da0aae0b79abb721e5e1cbdd46693 /options/options.h
parent099cdbf019424b6096aebd45b8ca68bc29068e70 (diff)
downloadmpv-f9f89b90499f34b04a355fd366433e9f27063358.tar.bz2
mpv-f9f89b90499f34b04a355fd366433e9f27063358.tar.xz
demux_raw: remove global option variables
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index dbddd52c4d..6aed93f8c7 100644
--- a/options/options.h
+++ b/options/options.h
@@ -256,6 +256,9 @@ typedef struct MPOpts {
double mf_fps;
char *mf_type;
+ struct demux_rawaudio_opts *demux_rawaudio;
+ struct demux_rawvideo_opts *demux_rawvideo;
+
struct lavc_param {
int fast;
int show_all;