diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-05-29 15:36:06 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-05-29 15:36:06 +0200 |
commit | 12d42cd7a869a58e6308b76f7234701f1d943d93 (patch) | |
tree | d04dc37543d44f60ee2f34001de6369825914301 /libavfilter | |
parent | 4a301706fd682d3ad43b4239542e6f586ae29811 (diff) | |
download | ffmpeg-12d42cd7a869a58e6308b76f7234701f1d943d93.tar.gz |
avfilter: include required header file avfilter.h in video.h
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/video.h | 2 |
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); |