[FFmpeg-devel] [PATCH 5/6] lavfi/tests/filtfmts: include internal.h.

Nicolas George george at nsup.org
Sun Dec 18 14:22:20 EET 2016


Signed-off-by: Nicolas George <george at nsup.org>
---
 libavfilter/tests/filtfmts.c | 1 +
 1 file changed, 1 insertion(+)

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)
 {
-- 
2.10.2



More information about the ffmpeg-devel mailing list