mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 03:29:43 +00:00
avfilter/vif: Include avfilter.h
Fixes checkheaders. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
15cb5d00d9
commit
a34333f43b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user