[FFmpeg-cvslog] lavfi/video: add avfilter.h include to fix make checkheaders.

Clément Bœsch git at videolan.org
Thu May 24 23:49:13 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Thu May 24 23:46:15 2012 +0200| [781fb46c568939c15e4638f9949adb6f2facf7b4] | committer: Clément Bœsch

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

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

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

diff --git a/libavfilter/video.h b/libavfilter/video.h
index d4c31a0..e24dd9a 100644
--- a/libavfilter/video.h
+++ b/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);



More information about the ffmpeg-cvslog mailing list