1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

options: suggest a replacement for --field-dominance

This commit is contained in:
wm4 2017-06-25 18:54:33 +02:00
parent 037c37519b
commit 7293d9cf85
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ Interface changes
the reference white level instead of in cd/m^2
- renamed the TRCs `st2084` and `std-b67` to `pq` and `hlg` respectively
- the "osd" command is deprecated (use "cycle osd-level")
- --field-dominance is deprecated (no replacement)
- --field-dominance is deprecated (use --vf=setfield=bff or tff)
- --really-quiet subtle behavior change
--- mpv 0.25.0 ---
- remove opengl-cb dxva2 dummy hwdec interop

View File

@ -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),