diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2013-06-03 17:38:04 +0000 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-06-04 01:31:20 +0200 |
commit | 774dc23ab34cc4c38f3d1d04c7d5dc6190ec923b (patch) | |
tree | 8acb2769b372325fb843a2f53d81635ec51723a1 /DOCS | |
parent | 3725ab980c8d37fca46cbeced0b0102441c3eeef (diff) | |
download | mpv-774dc23ab34cc4c38f3d1d04c7d5dc6190ec923b.tar.bz2 mpv-774dc23ab34cc4c38f3d1d04c7d5dc6190ec923b.tar.xz |
ao_jack: add (no-)connect suboption
Add (no)connect option to ao_jack.
Patch by Markus Appel [masolomaster3000 googlemail com].
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@36297 b3059339-0415-0410-9bf9-f77b7e298cf2
Conflicts:
DOCS/man/de/mplayer.1
DOCS/man/en/mplayer.1
audio/out/ao_jack.c
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/ao.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst index dc7b7fccb1..e86fa2cc2c 100644 --- a/DOCS/man/en/ao.rst +++ b/DOCS/man/en/ao.rst @@ -56,6 +56,10 @@ jack (no-)autostart Automatically start jackd if necessary (default: disabled). Note that this seems unreliable and will spam stdout with server messages. + (no-)connect + Automatically create connections to output ports (default: enabled). + When enabled, the maximum number of output channels will be limited to + the number of available output ports. coreaudio (Mac OS X only) native Mac OS X audio output driver |