summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-27 21:08:36 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-27 21:08:36 +0000
commit0bcbbd87050974c83b19a7497aa49b6c1e0f7720 (patch)
tree2951282f63917ba7fff95e2ab84e1914ceb5f5db /libmpcodecs/vf.c
parentea2e1768d25f7c077f1ecf0a7456c05fd376f908 (diff)
downloadmpv-0bcbbd87050974c83b19a7497aa49b6c1e0f7720.tar.bz2
mpv-0bcbbd87050974c83b19a7497aa49b6c1e0f7720.tar.xz
-vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)
by Hampa Hug <hhug@student.ethz.ch> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7518 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 39f9cccdb9..6be3b4b522 100644
--- a/libmpcodecs/vf.c
+++ b/libmpcodecs/vf.c
@@ -39,6 +39,7 @@ extern vf_info_t vf_info_noise;
extern vf_info_t vf_info_yvu9;
extern vf_info_t vf_info_lavcdeint;
extern vf_info_t vf_info_eq;
+extern vf_info_t vf_info_eq2;
extern vf_info_t vf_info_halfpack;
extern vf_info_t vf_info_dint;
@@ -73,6 +74,7 @@ static vf_info_t* filter_list[]={
&vf_info_noise,
&vf_info_yvu9,
&vf_info_eq,
+ &vf_info_eq2,
&vf_info_halfpack,
&vf_info_dint,
NULL