Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2012-05-29 17:36:06 +0400
committerJanne Grunau <janne-libav@jannau.net>2012-05-29 17:36:06 +0400
commit12d42cd7a869a58e6308b76f7234701f1d943d93 (patch)
treed04dc37543d44f60ee2f34001de6369825914301 /libavfilter/video.h
parent4a301706fd682d3ad43b4239542e6f586ae29811 (diff)
avfilter: include required header file avfilter.h in video.h
Diffstat (limited to 'libavfilter/video.h')
-rw-r--r--libavfilter/video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/video.h b/libavfilter/video.h
index f20f30b27c..2256482eee 100644
--- a/libavfilter/video.h
+++ b/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);