From 781fb46c568939c15e4638f9949adb6f2facf7b4 Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 24 May 2012 23:46:15 +0200 Subject: lavfi/video: add avfilter.h include to fix make checkheaders. --- libavfilter/video.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter') diff --git a/libavfilter/video.h b/libavfilter/video.h index d4c31a0ba1..e24dd9a38e 100644 --- a/libavfilter/video.h +++ b/libavfilter/video.h @@ -22,6 +22,8 @@ #ifndef AVFILTER_VIDEO_H #define AVFILTER_VIDEO_H +#include "avfilter.h" + AVFilterBufferRef *ff_default_get_video_buffer(AVFilterLink *link, int perms, int w, int h); AVFilterBufferRef *ff_null_get_video_buffer(AVFilterLink *link, int perms, int w, int h); -- cgit v1.2.3