Commit 12d42cd7 authored by Janne Grunau's avatar Janne Grunau

avfilter: include required header file avfilter.h in video.h

parent 4a301706
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment