diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-11-27 20:13:31 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-11-27 20:27:27 +0100 |
commit | 3bca828d397251ea363988842a9df4a75df83135 (patch) | |
tree | 1c85fd8ac918579fbd4442723120c488737974b9 /doc | |
parent | 42e45ea8ff30608fb4a86f247a2e4553ff6bf8fe (diff) | |
download | ffmpeg-3bca828d397251ea363988842a9df4a75df83135.tar.gz |
avfilter/af_arls: 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 83c48fe367..566bb94f97 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3041,6 +3041,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 @section arnndn |