summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-05-06 10:15:33 +0200
committerwm4 <wm4@nowhere>2016-05-06 10:15:33 +0200
commiteef271c8f491c8a1de4e5f2b505582e786fe3690 (patch)
treedfc2d3dcb529edc85fc0ca8995834ee071632c34 /DOCS/man/options.rst
parent7a75e7c00216471fff64406e76a1d9654d3439b5 (diff)
downloadmpv-eef271c8f491c8a1de4e5f2b505582e786fe3690.tar.bz2
mpv-eef271c8f491c8a1de4e5f2b505582e786fe3690.tar.xz
manpage: minor fixes to --lavfi-complex
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b7c8042905..7cd9b8d281 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3614,7 +3614,7 @@ Miscellaneous
- A label of the form ``aidN`` selects audio track N as input (e.g.
``aid1``).
- A label of the form ``vidN`` selects video track N as input.
- - A label named ``ao`` will be connected to the audio input.
+ - A label named ``ao`` will be connected to the audio output.
- A label named ``vo`` will be connected to the video output.
Each label can be used only once. If you want to use e.g. an audio stream
@@ -3651,4 +3651,5 @@ Miscellaneous
- ``null:// --lavfi-complex='life [vo]'``
Conways' Life Game.
- See the FFmpeg libavfilter documentation for details on the filter.
+ See the FFmpeg libavfilter documentation for details on the available
+ filters.