[FFmpeg-cvslog] lavfi/tests/filtfmts: include internal.h.

Nicolas George git at videolan.org
Thu Jan 12 15:15:30 EET 2017


ffmpeg | branch: master | Nicolas George <george at nsup.org> | Sun Dec 18 12:35:50 2016 +0100| [e9ecada1d43d48601b17be85387d759a025c3590] | committer: Nicolas George

lavfi/tests/filtfmts: include internal.h.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9ecada1d43d48601b17be85387d759a025c3590
---

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



More information about the ffmpeg-cvslog mailing list