diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-04 15:09:17 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-12 18:09:28 +0200 |
commit | d371e7b9885aabdb29c038fa723bc890276aa366 (patch) | |
tree | 2474b1ad15442bca7a1dfeb0673e30a7d10c1660 /doc | |
parent | ea60dfe284b82fc74569bbd562e68ec48f69f154 (diff) | |
download | ffmpeg-d371e7b9885aabdb29c038fa723bc890276aa366.tar.gz |
lavfi: add lavr-based audio resampling filter.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index dbcc86a384..8eff84a0e4 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -111,6 +111,12 @@ Below is a description of the currently available audio filters. Pass the audio source unchanged to the output. +@section resample +Convert the audio sample format, sample rate and channel layout. This filter is +not meant to be used directly, it is inserted automatically by libavfilter +whenever conversion is needed. Use the @var{aformat} filter to force a specific +conversion. + @c man end AUDIO FILTERS @chapter Audio Sources |