Skip to content
Snippets Groups Projects
Commit 781fb46c authored by Clément Bœsch's avatar Clément Bœsch
Browse files

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

parent d8e075b1
No related branches found
No related tags found
No related merge requests found
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment