summaryrefslogtreecommitdiffstats
path: root/mpvcore
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore')
-rw-r--r--mpvcore/options.c2
-rw-r--r--mpvcore/options.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/mpvcore/options.c b/mpvcore/options.c
index 0f9489284f..5ddf38612c 100644
--- a/mpvcore/options.c
+++ b/mpvcore/options.c
@@ -499,8 +499,6 @@ const m_option_t mp_opts[] = {
OPT_FLOATRANGE("aspect", movie_aspect, 0, -1.0, 10.0),
OPT_FLOAT_STORE("no-aspect", movie_aspect, 0, 0.0),
- OPT_FLAG_CONSTANTS("flip", flip, 0, 0, 1),
-
OPT_CHOICE("field-dominance", field_dominance, 0,
({"auto", -1}, {"top", 0}, {"bottom", 1})),
diff --git a/mpvcore/options.h b/mpvcore/options.h
index 09a39059bb..4057ea882c 100644
--- a/mpvcore/options.h
+++ b/mpvcore/options.h
@@ -178,7 +178,6 @@ typedef struct MPOpts {
struct m_obj_settings *af_settings, *af_defs;
int deinterlace;
float movie_aspect;
- int flip;
int field_dominance;
char **sub_name;
char **sub_paths;