From 4bc29c173090de173300b6e36da2bec1cae8c6f6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 21 Jul 2017 20:00:09 +0200 Subject: options: kill --field-dominance GPL-only author, no chance of relicensing. --- options/options.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'options/options.c') 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, -- cgit v1.2.3