diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-11-27 19:53:38 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-27 20:27:25 +0100 |
commit | 42e45ea8ff30608fb4a86f247a2e4553ff6bf8fe (patch) | |
tree | 7a553ff7e987a19eff02c9259b418440241675e6 /doc | |
parent | ea6817d2a7561e758cd6a28903044efa8217cf69 (diff) | |
download | ffmpeg-42e45ea8ff30608fb4a86f247a2e4553ff6bf8fe.tar.gz |
avfilter/af_anlms: add double sample format support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 80ffbb2c65..83c48fe367 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2687,6 +2687,20 @@ Pass error signal estimated samples. Default value is @var{o}. @end table + +@item precision +Set which precision to use when processing samples. + +@table @option +@item auto +Auto pick internal sample format depending on other filters. + +@item float +Always use single-floating point precision sample format. + +@item double +Always use double-floating point precision sample format. +@end table @end table @subsection Examples |