You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter: include required header file avfilter.h in video.h
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user