summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~