summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-21 00:46:53 +0200
committerwm4 <wm4@nowhere>2013-05-21 00:46:53 +0200
commitb718f328d4de27411806cba979ac7b99efd6f133 (patch)
treec585813c065bd0c5e9a9144226c01c4e367f8950
parent1dff26730aeb915fae99dc7eb38c864af41f70c9 (diff)
downloadmpv-b718f328d4de27411806cba979ac7b99efd6f133.tar.bz2
mpv-b718f328d4de27411806cba979ac7b99efd6f133.tar.xz
options: remove dead -dr1 option
-rw-r--r--core/cfg-mplayer.h2
-rw-r--r--core/options.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/core/cfg-mplayer.h b/core/cfg-mplayer.h
index 1c078fac25..5a2c32e0d0 100644
--- a/core/cfg-mplayer.h
+++ b/core/cfg-mplayer.h
@@ -461,8 +461,6 @@ const m_option_t common_opts[] = {
OPT_FLAG_CONSTANTS("flip", flip, 0, 0, 1),
- // use (probably completely broken) decoder direct rendering
- OPT_FLAG("dr1", vd_use_dr1, 0),
OPT_CHOICE("field-dominance", field_dominance, 0,
({"auto", -1}, {"top", 0}, {"bottom", 1})),
diff --git a/core/options.h b/core/options.h
index ffc98633e3..36a930a132 100644
--- a/core/options.h
+++ b/core/options.h
@@ -167,7 +167,6 @@ typedef struct MPOpts {
int flip;
int field_dominance;
int divx_quality;
- int vd_use_dr1;
char **sub_name;
char **sub_paths;
int sub_auto;