Browse Source

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

tags/n0.11
Clément Bœsch 13 years ago
parent
commit
781fb46c56
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavfilter/video.h

+ 2
- 0
libavfilter/video.h View File

@@ -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