summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-04 00:06:45 +0100
committerwm4 <wm4@nowhere>2013-12-04 00:07:40 +0100
commite872a13d5f39f3b0df9219d7c60caf1b5d9a12f9 (patch)
treef4e7f229d66a5da209f3072f63b3649232b59882
parent437ecc5cad9d31899a0b0bf3e9c696bc61586621 (diff)
downloadmpv-e872a13d5f39f3b0df9219d7c60caf1b5d9a12f9.tar.bz2
mpv-e872a13d5f39f3b0df9219d7c60caf1b5d9a12f9.tar.xz
manpage: generic notice about changed sub-option parsing
Just in case someone expects these are unchanged just because they're not mentioned in changes.rst anywhere. Documenting all of these changes would be too much work and not helpful either.
-rw-r--r--DOCS/man/en/changes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index d2f7ed5995..20bd78d1b7 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -185,6 +185,15 @@ Command Line Switches
``-opt val`` becomes ``--opt=val``.
+.. note::
+
+ Quite some video filters, video outputs, audio filters, audio outputs, had
+ changes in their option parsing. These aren't mentioned in the table above.
+
+ Also, some video and audio filters have been removed, and you have to use
+ libavfilter (using ``--vf=lavfi=[...]`` or ``--af=lavfi=[...]``) to get
+ them back.
+
input.conf and Slave Commands
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~