summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-29 22:29:13 +0100
committerwm4 <wm4@nowhere>2013-04-13 04:21:29 +0200
commitff6342a3112e194c228660516cc19dd1ce4de6d9 (patch)
tree18ad0ee9f5ff0104d7f4fbede14249c5c02c21d7 /DOCS
parentabd5e8a2e774f20d78a901faac64fe74fdc7b040 (diff)
downloadmpv-ff6342a3112e194c228660516cc19dd1ce4de6d9.tar.bz2
mpv-ff6342a3112e194c228660516cc19dd1ce4de6d9.tar.xz
af_lavrresample: add no-detach suboption
Normally, af_lavrresample detaches itself immediately if the input and output audio parameters are the same. no-detach prevents this.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/af.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/en/af.rst b/DOCS/man/en/af.rst
index f3054e7255..7babf874d4 100644
--- a/DOCS/man/en/af.rst
+++ b/DOCS/man/en/af.rst
@@ -50,6 +50,11 @@ lavrresample[=option1:option2:...]
linear
if set then filters will be linearly interpolated between polyphase
entries (default: no)
+ no-detach
+ don't detach if input and output audio format/rate/channels are the
+ same. You should add this option if you specify additional parameters,
+ as automatically inserted lavrresample instances will use the
+ default settings.
lavcac3enc[=tospdif[:bitrate[:minchn]]]
Encode multi-channel audio to AC-3 at runtime using libavcodec. Supports