summaryrefslogtreecommitdiffstats
path: root/core/cfg-mplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/cfg-mplayer.h')
-rw-r--r--core/cfg-mplayer.h2
1 files changed, 0 insertions, 2 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})),