ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@gmail.com> | 
Tue Feb 16 22:26:56 2021 +0100| [a34333f43bbfffcbd0b440ce33a8ce10d2b31c06] | 
committer: Andreas Rheinhardt

avfilter/vif: Include avfilter.h

Fixes checkheaders.

Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com>

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

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

diff --git a/libavfilter/vif.h b/libavfilter/vif.h
index 040c709c6a..5b0d86da00 100644
--- a/libavfilter/vif.h
+++ b/libavfilter/vif.h
@@ -22,6 +22,8 @@
 #ifndef AVFILTER_VIF_H
 #define AVFILTER_VIF_H
 
+#include "avfilter.h"
+
 int ff_compute_vif2(AVFilterContext *ctx,
                     const float *ref, const float *main, int w, int h,
                     int ref_stride, int main_stride, float *score,

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to