diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-05-24 23:46:15 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-05-24 23:46:15 +0200 |
commit | 781fb46c568939c15e4638f9949adb6f2facf7b4 (patch) | |
tree | 1d09808f9377ecd7f000b4506ab40cff0c09b8e3 /libavfilter | |
parent | d8e075b1a0784b0845be40da2cf2433b936e998d (diff) | |
download | ffmpeg-781fb46c568939c15e4638f9949adb6f2facf7b4.tar.gz |
lavfi/video: add avfilter.h include to fix make checkheaders.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/video.h | 2 |
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); |