[FFmpeg-devel] [PATCH 3/4] doc: document swr async

Michael Niedermayer michaelni at gmx.at
Sun Dec 23 00:07:13 CET 2012


Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
---
 doc/filters.texi |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index f456d03..45d85f9 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -428,6 +428,13 @@ timestamps, do a combination of both or do neither.
 The filter accepts the following named parameters:
 @table @option
 
+ at item async
+simple 1 parameter audio sync to timestamps using stretching/squeezing/filling
+and trimming. Setting this to 1 will enable filling and trimming, larger
+values represent the maximum amount in samples that the data may be
+stretched or squeezed.
+The default is disabled
+
 @item min_comp
 Minimum difference between timestamps and audio data (in seconds) to trigger
 stretching/squeezing/filling or trimming of the data to make it match the
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list