[FFmpeg-cvslog] avfilter: include required header file avfilter.h in video.h

Janne Grunau git at videolan.org
Wed May 30 01:51:54 CEST 2012


ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Tue May 29 15:36:06 2012 +0200| [12d42cd7a869a58e6308b76f7234701f1d943d93] | committer: Janne Grunau

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12d42cd7a869a58e6308b76f7234701f1d943d93
---

 libavfilter/video.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavfilter/video.h b/libavfilter/video.h
index f20f30b..2256482 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);



More information about the ffmpeg-cvslog mailing list