mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-13 10:51:38 +00:00
avfilter: include required header file avfilter.h in video.h
This commit is contained in:
parent
4a301706fd
commit
12d42cd7a8
@ -19,6 +19,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