avfilter/af_adynamicequalizer: add precision option

This commit is contained in:
Paul B Mahol
2023-04-29 10:40:18 +02:00
parent 41dd50ad0d
commit f247a3d82d
3 changed files with 347 additions and 217 deletions

View File

@@ -1107,6 +1107,20 @@ Stop picking threshold value.
@item on
Start picking threshold value.
@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 Commands