summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-21 00:45:42 +0200
committerwm4 <wm4@nowhere>2013-05-21 00:45:42 +0200
commit1dff26730aeb915fae99dc7eb38c864af41f70c9 (patch)
tree6e17a0fb3c851a048c4dc27de304a3f26ed838b6 /core/options.h
parent644131fdb4e152d6984acc42dacd01a99b6fc54d (diff)
downloadmpv-1dff26730aeb915fae99dc7eb38c864af41f70c9.tar.bz2
mpv-1dff26730aeb915fae99dc7eb38c864af41f70c9.tar.xz
dec_video: get rid of two global variables
Diffstat (limited to 'core/options.h')
-rw-r--r--core/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/options.h b/core/options.h
index 34254d69aa..ffc98633e3 100644
--- a/core/options.h
+++ b/core/options.h
@@ -165,6 +165,8 @@ typedef struct MPOpts {
struct m_obj_settings *vf_settings;
float movie_aspect;
int flip;
+ int field_dominance;
+ int divx_quality;
int vd_use_dr1;
char **sub_name;
char **sub_paths;