summaryrefslogtreecommitdiffstats
path: root/options/options.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-07-21 20:00:09 +0200
committerwm4 <wm4@nowhere>2017-07-21 20:00:09 +0200
commit4bc29c173090de173300b6e36da2bec1cae8c6f6 (patch)
treef9cdaaa43da04f91c18cb6cf7db8f05ad4e86b03 /options/options.c
parent7a51271d3d65f7be8911d835ed5f9bf22ea2eaee (diff)
downloadmpv-4bc29c173090de173300b6e36da2bec1cae8c6f6.tar.bz2
mpv-4bc29c173090de173300b6e36da2bec1cae8c6f6.tar.xz
options: kill --field-dominance
GPL-only author, no chance of relicensing.
Diffstat (limited to 'options/options.c')
-rw-r--r--options/options.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/options/options.c b/options/options.c
index 2b9a630bc9..56df6706ee 100644
--- a/options/options.c
+++ b/options/options.c
@@ -445,12 +445,6 @@ const m_option_t mp_opts[] = {
OPT_CHOICE("video-aspect-method", aspect_method, UPDATE_IMGPAR,
({"hybrid", 0}, {"bitstream", 1}, {"container", 2})),
-#if HAVE_GPL
- OPT_CHOICE("field-dominance", field_dominance, UPDATE_IMGPAR,
- ({"auto", -1}, {"top", 0}, {"bottom", 1}),
- .deprecation_message = "use --vf=setfield=bff or tff"),
-#endif
-
OPT_SUBSTRUCT("vd-lavc", vd_lavc_params, vd_lavc_conf, 0),
OPT_SUBSTRUCT("ad-lavc", ad_lavc_params, ad_lavc_conf, 0),
@@ -934,7 +928,6 @@ const struct MPOpts mp_default_opts = {
.pitch_correction = 1,
.movie_aspect = -1.,
.aspect_method = 2,
- .field_dominance = -1,
.sub_auto = 0,
.audiofile_auto = -1,
.osd_bar_visible = 1,