From 7293d9cf85508e9bf732152d51b5e9bc203f7fe6 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 25 Jun 2017 18:54:33 +0200 Subject: options: suggest a replacement for --field-dominance --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 86b734396b..1937a7fe65 100644 --- a/options/options.c +++ b/options/options.c @@ -446,7 +446,7 @@ const m_option_t mp_opts[] = { #if HAVE_GPL OPT_CHOICE("field-dominance", field_dominance, UPDATE_IMGPAR, ({"auto", -1}, {"top", 0}, {"bottom", 1}), - .deprecation_message = "no replacement"), + .deprecation_message = "use --vf=setfield=bff or tff"), #endif OPT_SUBSTRUCT("vd-lavc", vd_lavc_params, vd_lavc_conf, 0), -- cgit v1.2.3