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:
parent
037c37519b
commit
7293d9cf85
@ -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
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user