From 12d42cd7a869a58e6308b76f7234701f1d943d93 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 29 May 2012 15:36:06 +0200 Subject: avfilter: include required header file avfilter.h in video.h --- libavfilter/video.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/video.h') diff --git a/libavfilter/video.h b/libavfilter/video.h index f20f30b27c..2256482eee 100644 --- a/libavfilter/video.h +++ b/libavfilter/video.h @@ -19,6 +19,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