lavfi/video: add avfilter.h include to fix make checkheaders.

pull/30/merge
Clément Bœsch 13 years ago
parent d8e075b1a0
commit 781fb46c56
  1. 2
      libavfilter/video.h

@ -22,6 +22,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