summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2023-02-01 03:03:25 +0000
committerPhilip Langdale <github.philipl@overt.org>2023-02-03 12:33:09 -0800
commit83681de3c10ef15f96f21e4ae541eedd56bd620b (patch)
treecbc0ea981b9decc0e7ba5b48a247025fa121d9da /DOCS
parentc29692d81dc593a5db7c766781b4e43060b58d67 (diff)
downloadmpv-83681de3c10ef15f96f21e4ae541eedd56bd620b.tar.bz2
mpv-83681de3c10ef15f96f21e4ae541eedd56bd620b.tar.xz
ao_pipewire: add support for exclusive mode
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 442a7ff3e1..9739873a91 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1846,10 +1846,10 @@ Audio
Enable exclusive output mode. In this mode, the system is usually locked
out, and only mpv will be able to output audio.
- This only works for some audio outputs, such as ``wasapi`` and
- ``coreaudio``. Other audio outputs silently ignore this options. They either
- have no concept of exclusive mode, or the mpv side of the implementation is
- missing.
+ This only works for some audio outputs, such as ``wasapi``, ``coreaudio``
+ and ``pipewire``. Other audio outputs silently ignore this option.
+ They either have no concept of exclusive mode, or the mpv side of the
+ implementation is missing.
``--audio-fallback-to-null=<yes|no>``
If no audio device can be opened, behave as if ``--ao=null`` was given. This