summaryrefslogtreecommitdiff
path: root/tests/checkasm/vf_threshold.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-06-10 15:38:08 +0200
committerAnton Khirnov <anton@khirnov.net>2021-01-01 14:11:01 +0100
commitc8c2dfbc378e54aee7e8181ff532483096dc4bc7 (patch)
treea28e6e004d22af9dfa4e26be138d269f8b7ca809 /tests/checkasm/vf_threshold.c
parent54cd025a82fcee1813aba64de4d7a52d0b9b1e79 (diff)
lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
That is a more appropriate place for it.
Diffstat (limited to 'tests/checkasm/vf_threshold.c')
-rw-r--r--tests/checkasm/vf_threshold.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/checkasm/vf_threshold.c b/tests/checkasm/vf_threshold.c
index 5a2fc0e4ee..2c5cc807ee 100644
--- a/tests/checkasm/vf_threshold.c
+++ b/tests/checkasm/vf_threshold.c
@@ -20,6 +20,7 @@
#include "checkasm.h"
#include "libavfilter/threshold.h"
#include "libavutil/intreadwrite.h"
+#include "libavutil/mem_internal.h"
#define WIDTH 256
#define WIDTH_PADDED 256 + 32