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