summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-12-21 22:04:53 +0100
committerwm4 <wm4@nowhere>2015-12-21 22:05:40 +0100
commit7fa06e46c4f63c58dcb2590c28631edd6756c358 (patch)
tree7e5837f42fd9ab10757bee1ad30f9d6723c1f8ed /DOCS/interface-changes.rst
parent0afb1acab3691dfed8585f9438b34b05e8094ca0 (diff)
downloadmpv-7fa06e46c4f63c58dcb2590c28631edd6756c358.tar.bz2
mpv-7fa06e46c4f63c58dcb2590c28631edd6756c358.tar.xz
vf_yadif: change defaults
This is for the sake of command.c and the "deinterlace" option/property. Instead of forcing certain "better" defaults when inserting yadif, change the actual "yadif" defaults. I pondered not changing vf_yadif, and instead adding a trivial "yadif- auto" wrapper filter, which would merely have different defaults. But thinking about it, it doesn't make any sense for "deinterlace" to have different defaults from vf_yadif, with vf_yadif having the "worse" defaults. If someone wants the old behavior, the old behavior can be forced in a backward and forward compatible way by setting the suboptions. Fixes #2539 (kind of).
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index a7132797f3..11abdc2475 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -19,6 +19,8 @@ Interface changes
::
+ --- mpv 0.15.0 ---
+ - change "yadif" video filter defaults
--- mpv 0.14.0 ---
- vo_opengl interpolation now requires --video-sync=display-... to be set
- change some vo_opengl defaults (including changing tscale)