summaryrefslogtreecommitdiff
path: root/libavfilter/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/video.h')
-rw-r--r--libavfilter/video.h2
1 files changed, 2 insertions, 0 deletions
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);