summaryrefslogtreecommitdiff
path: root/libavfilter/af_afirdsp.h
Commit message (Collapse)AuthorAge
* avfilter/af_afir: Move ff_afir_init() to headerAndreas Rheinhardt2022-05-06
| | | | | | | | This allows to inline it in af_afir.c (regardless of interposing); moreover it removes a dependency of the checkasm test on lavfi/af_afir.o. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avfilter/af_afir: Only keep DSP stuff in headerAndreas Rheinhardt2022-05-06
Only the AudioFIRDSPContext and the functions for its initialization are needed outside of lavfi/af_afir.c. Also rename the header to af_afirdsp.h to reflect the change. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>