1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00

renamed to LUT-based sw. eq.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7596 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-10-04 19:58:48 +00:00
parent 0dfb266f56
commit 71101c336f

View File

@ -1,7 +1,7 @@
/* /*
* vf_eq2.c * vf_eq2.c
* *
* Extended software equalizer (brightness, contrast, gamma) * LUT-based software equalizer (brightness, contrast, gamma)
* *
* Hampa Hug <hhug@student.ethz.ch> * Hampa Hug <hhug@student.ethz.ch>
* *
@ -228,7 +228,7 @@ int open (vf_instance_t *vf, char *args)
} }
vf_info_t vf_info_eq2 = { vf_info_t vf_info_eq2 = {
"extended software equalizer", "LUT-based software equalizer",
"eq2", "eq2",
"Hampa Hug", "Hampa Hug",
"", "",