summaryrefslogtreecommitdiff
path: root/libavfilter/tests
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2016-12-18 12:35:50 +0100
committerNicolas George <george@nsup.org>2017-01-12 14:06:16 +0100
commite9ecada1d43d48601b17be85387d759a025c3590 (patch)
tree860ee21ad6220f359330fe02acf81c96174bd994 /libavfilter/tests
parent063b1a42c65cd99e400e1a8468228e1ed4af4b09 (diff)
lavfi/tests/filtfmts: include internal.h.
Diffstat (limited to 'libavfilter/tests')
-rw-r--r--libavfilter/tests/filtfmts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/tests/filtfmts.c b/libavfilter/tests/filtfmts.c
index f59199c9a9..199d74d7a9 100644
--- a/libavfilter/tests/filtfmts.c
+++ b/libavfilter/tests/filtfmts.c
@@ -30,6 +30,7 @@
#include "libavfilter/avfilter.h"
#include "libavfilter/formats.h"
+#include "libavfilter/internal.h"
static void print_formats(AVFilterContext *filter_ctx)
{