Commit 781fb46c authored by Clément Bœsch's avatar Clément Bœsch

lavfi/video: add avfilter.h include to fix make checkheaders.

parent d8e075b1
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#ifndef AVFILTER_VIDEO_H #ifndef AVFILTER_VIDEO_H
#define AVFILTER_VIDEO_H #define AVFILTER_VIDEO_H
#include "avfilter.h"
AVFilterBufferRef *ff_default_get_video_buffer(AVFilterLink *link, AVFilterBufferRef *ff_default_get_video_buffer(AVFilterLink *link,
int perms, int w, int h); int perms, int w, int h);
AVFilterBufferRef *ff_null_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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment