diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-24 23:54:04 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-24 23:55:28 +0200 |
commit | 42b2908d7b0f25f6fd244b712bf3e5c863230d21 (patch) | |
tree | f2a35fe103be68b3becec7c7b38cbe68f9354e6c /doc | |
parent | 781fb46c568939c15e4638f9949adb6f2facf7b4 (diff) | |
download | ffmpeg-42b2908d7b0f25f6fd244b712bf3e5c863230d21.tar.gz |
doc/filters: remove old aformat entry.
The new description is still available below.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a75d6b2321..3a31a01b5e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -140,27 +140,6 @@ aconvert=u8:auto @end example @end itemize -@section aformat - -Convert the input audio to one of the specified formats. The framework will -negotiate the most appropriate format to minimize conversions. - -The filter accepts three lists of formats, separated by ":", in the form: -"@var{sample_formats}:@var{channel_layouts}". - -Elements in each list are separated by "," which has to be escaped in the -filtergraph specification. - -The special parameter "all", in place of a list of elements, signifies all -supported formats. - -Some examples follow: -@example -aformat=u8\\,s16:mono - -aformat=s16:mono\\,stereo -@end example - @section amerge Merge two audio streams into a single multi-channel stream. |