summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vf.c')
-rw-r--r--libmpcodecs/vf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpcodecs/vf.c b/libmpcodecs/vf.c
index 46e41c3716..08d0b130c1 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -48,6 +48,7 @@ extern const vf_info_t vf_info_yvu9;
extern const vf_info_t vf_info_lavcdeint;
extern const vf_info_t vf_info_eq;
extern const vf_info_t vf_info_eq2;
+extern const vf_info_t vf_info_gradfun;
extern const vf_info_t vf_info_halfpack;
extern const vf_info_t vf_info_dint;
extern const vf_info_t vf_info_1bpp;
@@ -138,6 +139,7 @@ static const vf_info_t* const filter_list[]={
&vf_info_yvu9,
&vf_info_eq,
&vf_info_eq2,
+ &vf_info_gradfun,
&vf_info_halfpack,
&vf_info_dint,
&vf_info_1bpp,