summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-01-12 04:07:53 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-13 03:26:45 -0800
commitcbfc001918cf3c562aff1d46822012997c9a8f84 (patch)
treef22d21e6f071b4a8055a381dfa6d104f15768bdc /DOCS
parent6d4b4c0de3152bc2deb2df09ec3e98e032124593 (diff)
downloadmpv-cbfc001918cf3c562aff1d46822012997c9a8f84.tar.bz2
mpv-cbfc001918cf3c562aff1d46822012997c9a8f84.tar.xz
options: deprecate --vf-defaults and --af-defaults
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 7be73e8783..a269859c39 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -27,6 +27,12 @@ Interface changes
- --ytdl is now always enabled, even for libmpv
- add a number of --audio-resample-* options, which should from now on be
used instead of --af-defaults=lavrresample:...
+ - deprecate --vf-defaults and --af-defaults. These didn't work with the
+ lavfi bridge, so they have very little use left. The only potential use
+ is with af_lavrresample (going to be deprecated, --audio-resample-... set
+ its defaults), and various hw deinterlacing filters (like vf_vavpp), for
+ which you will have to stop using --deinterlace=yes, and instead use the
+ vf toggle commands and the filter enable/disable flag to customize it.
--- mpv 0.28.0 ---
- rename --hwdec=mediacodec option to mediacodec-copy, to reflect
conventions followed by other hardware video decoding APIs