From ff6342a3112e194c228660516cc19dd1ce4de6d9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 29 Mar 2013 22:29:13 +0100 Subject: 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. --- DOCS/man/en/af.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/man') 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 -- cgit v1.2.3