summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-07 02:01:36 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-07-07 02:01:36 +0000
commit88fc4806b98deabd1efae588af6c911ead5ccae6 (patch)
tree4d5baa0ebaff3b366b0aa90a37d4110751f7ca67 /libmpcodecs/vf.c
parentcd6a9ea77a9535542ec4e979ba239b176ba7d258 (diff)
downloadmpv-88fc4806b98deabd1efae588af6c911ead5ccae6.tar.bz2
mpv-88fc4806b98deabd1efae588af6c911ead5ccae6.tar.xz
new debanding filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29413 b3059339-0415-0410-9bf9-f77b7e298cf2
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,