summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-22 14:47:46 +0200
committerwm4 <wm4@nowhere>2013-07-22 15:11:04 +0200
commit74146a855c25444c91297614804e444312478ceb (patch)
treea97aa9a7d3c5b6761a81617cab336a6d022603d4 /DOCS
parent465b162d1386e94a45699094914045b0ef8e2e0f (diff)
downloadmpv-74146a855c25444c91297614804e444312478ceb.tar.bz2
mpv-74146a855c25444c91297614804e444312478ceb.tar.xz
af_lavfi: switch to new option API
This makes it actually possible to use the filter with more complicated filter graphs (such as graphs containing the "," character).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/af.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index 63630fd591..01efd4119d 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -565,5 +565,9 @@ Available filters are:
.. warning::
- Due to shortcomings in the current ``-af`` option parser code,
- the filter graph must not contain any ``,``.
+ Don't forget to quote libavfilter graphs as described in the lavfi
+ video filter section.
+
+ ``o=<string>``
+ AVOptions.
+