summaryrefslogtreecommitdiff
path: root/libavfilter/video.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-24 23:46:15 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-24 23:46:15 +0200
commit781fb46c568939c15e4638f9949adb6f2facf7b4 (patch)
tree1d09808f9377ecd7f000b4506ab40cff0c09b8e3 /libavfilter/video.h
parentd8e075b1a0784b0845be40da2cf2433b936e998d (diff)
lavfi/video: add avfilter.h include to fix make checkheaders.
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 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);