summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-23 15:11:30 +0200
committerwm4 <wm4@nowhere>2017-06-23 16:52:52 +0200
commit690a312f4241ba1730e5e36e039ea3bc9963bb03 (patch)
treea1cc5a0f9bc4a9e72378ffb2d9b3ff126b82e43f /DOCS
parentdcd4528d219962d692b0108c42a2fbd028db0244 (diff)
downloadmpv-690a312f4241ba1730e5e36e039ea3bc9963bb03.tar.bz2
mpv-690a312f4241ba1730e5e36e039ea3bc9963bb03.tar.xz
options: disable --field-dominance for WIP LGPL mode, also deprecate
cehoyos, who did not agree to the LGPL relicensing, added this in commit 240b743e. The actual implementation of it is already guarded with HAVE_GPL. The field_dominance field in the option struct won't be guarded. We won't keep GPL-only core code forever, so deprecate it as well. To apply forced deinterlacing, a libavfilter filter can probably be removed, or we merge this functionality into the --deinterlace option (without using copyrighted stuff).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index d3e77187e8..7f5c7219c5 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -35,6 +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)
--- mpv 0.25.0 ---
- remove opengl-cb dxva2 dummy hwdec interop
(see git "vo_opengl: remove dxva2 dummy hwdec backend")