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
1 changed files with 2 additions and 2 deletions

View File

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