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

pull/59/head
Janne Grunau 13 years ago
parent 4a301706fd
commit 12d42cd7a8
  1. 2
      libavfilter/video.h

@ -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…
Cancel
Save