diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 18:23:18 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 22:13:45 +0200 |
commit | 9ab221f8d82da9e2cf1503cc5db115838d766d97 (patch) | |
tree | b89af13934dd99ea11076d5dffc6b717c5599263 /doc/filters.texi | |
parent | 71ef1ec7b482d7222717faae0a51f2fd4ef3bdf2 (diff) | |
download | ffmpeg-9ab221f8d82da9e2cf1503cc5db115838d766d97.tar.gz |
lavfi: deprecate aconvert.
This filter is not required anymore with aformat. Drop it at next bump.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index f812d8329d..83a19bdbd3 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -283,6 +283,8 @@ Below is a description of the currently available audio filters. Convert the input audio format to the specified formats. +@emph{This filter is deprecated. Use @ref{aformat} instead.} + The filter accepts a string of the form: "@var{sample_format}:@var{channel_layout}". |