This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/vif: Include avfilter.h
Fixes checkheaders. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
tags/n4.4
Andreas Rheinhardt
4 years ago
parent
15cb5d00d9
commit
a34333f43b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavfilter/vif.h
+ 2
- 0
libavfilter/vif.h
View File
@@ -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,
Write
Preview
Loading…
Cancel
Save