summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-12 15:52:00 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-07-12 15:52:00 +0300
commitfdb2f3c8ab4714d9da3189623133e5d3d639f701 (patch)
tree55819bb3fbd03df6e0442c5930397ee83bd0a11d /libmpcodecs/vf.c
parentbb6c06d17f661ff99edb0eb1dc9c0a12770f887f (diff)
parent5671f4329ee4f5503651377acb78ca90236c66e7 (diff)
downloadmpv-fdb2f3c8ab4714d9da3189623133e5d3d639f701.tar.bz2
mpv-fdb2f3c8ab4714d9da3189623133e5d3d639f701.tar.xz
Merge svn changes up to r29417
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 72d2bfe488..878bbb1edd 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,