[Mplayer-cvslog] CVS: main/libmpcodecs vf_eq2.c,1.1,1.2
Alex Beregszaszi
alex at mplayerhq.hu
Fri Oct 4 21:58:51 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv9949
Modified Files:
vf_eq2.c
Log Message:
renamed to LUT-based sw. eq.
Index: vf_eq2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_eq2.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_eq2.c 27 Sep 2002 21:08:36 -0000 1.1
+++ vf_eq2.c 4 Oct 2002 19:58:48 -0000 1.2
@@ -1,7 +1,7 @@
/*
* vf_eq2.c
*
- * Extended software equalizer (brightness, contrast, gamma)
+ * LUT-based software equalizer (brightness, contrast, gamma)
*
* Hampa Hug <hhug at student.ethz.ch>
*
@@ -228,7 +228,7 @@
}
vf_info_t vf_info_eq2 = {
- "extended software equalizer",
+ "LUT-based software equalizer",
"eq2",
"Hampa Hug",
"",
More information about the MPlayer-cvslog
mailing list