mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avfilter: include required header file avfilter.h in video.h
This commit is contained in:
parent
4a301706fd
commit
12d42cd7a8
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue