summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-25 18:54:33 +0200
committerwm4 <wm4@nowhere>2017-06-25 18:54:33 +0200
commit7293d9cf85508e9bf732152d51b5e9bc203f7fe6 (patch)
treefb89550d877238a7ce239cab73975ebb27265171 /options
parent037c37519b305bb5d5ea0379122d62ba356cc103 (diff)
downloadmpv-7293d9cf85508e9bf732152d51b5e9bc203f7fe6.tar.bz2
mpv-7293d9cf85508e9bf732152d51b5e9bc203f7fe6.tar.xz
options: suggest a replacement for --field-dominance
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
1 files changed, 1 insertions, 1 deletions
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),