diff options
author | Nicolas George <george@nsup.org> | 2016-12-18 12:35:50 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-01-12 14:06:16 +0100 |
commit | e9ecada1d43d48601b17be85387d759a025c3590 (patch) | |
tree | 860ee21ad6220f359330fe02acf81c96174bd994 /libavfilter/tests | |
parent | 063b1a42c65cd99e400e1a8468228e1ed4af4b09 (diff) | |
download | ffmpeg-streaming-e9ecada1d43d48601b17be85387d759a025c3590.zip ffmpeg-streaming-e9ecada1d43d48601b17be85387d759a025c3590.tar.gz |
lavfi/tests/filtfmts: include internal.h.
Diffstat (limited to 'libavfilter/tests')
-rw-r--r-- | libavfilter/tests/filtfmts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/tests/filtfmts.c b/libavfilter/tests/filtfmts.c index f59199c..199d74d 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) { |