summaryrefslogtreecommitdiff
path: root/tests/checkasm
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-03 05:37:15 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-05-06 05:19:49 +0200
commit0df18f29ae218f30b3ecff7c930176b8ebee56aa (patch)
tree1e522d0a96077f834642c8127f464ceb09aaf783 /tests/checkasm
parent767f66ea5d96eedcacbffa6815bd72cdeb36d17a (diff)
avfilter/af_afir: Only keep DSP stuff in header
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>
Diffstat (limited to 'tests/checkasm')
-rw-r--r--tests/checkasm/af_afir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/af_afir.c b/tests/checkasm/af_afir.c
index b8a845db82..08c55dacfc 100644
--- a/tests/checkasm/af_afir.c
+++ b/tests/checkasm/af_afir.c
@@ -21,7 +21,7 @@
#include <float.h>
#include <stdint.h>
-#include "libavfilter/af_afir.h"
+#include "libavfilter/af_afirdsp.h"
#include "libavutil/internal.h"
#include "libavutil/mem_internal.h"
#include "checkasm.h"