lavfi/video: add avfilter.h include to fix make checkheaders.
This commit is contained in:
parent
d8e075b1a0
commit
781fb46c56
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user