[MPlayer-cvslog] CVS: main/libaf af_hrtf.c, 1.4, 1.5 af_hrtf.h, 1.1, 1.2
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Thu Jan 6 14:14:32 CET 2005
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/libaf
In directory mail:/var2/tmp/cvs-serv21170
Modified Files:
af_hrtf.c af_hrtf.h
Log Message:
license issues clarified
Index: af_hrtf.c
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_hrtf.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- af_hrtf.c 29 Dec 2004 19:50:44 -0000 1.4
+++ af_hrtf.c 6 Jan 2005 13:14:30 -0000 1.5
@@ -340,15 +340,6 @@
af_hrtf_t *s;
float fc;
- af_msg(AF_MSG_INFO,
- "[hrtf] Head related impulse response (HRIR) derived from KEMAR measurement\n"
- "[hrtf] data by Bill Gardner <billg at media.mit.edu>\n"
- "[hrtf] and Keith Martin <kdm at media.mit.edu>.\n"
- "[hrtf] This data is Copyright 1994 by the MIT Media Laboratory. It is\n"
- "[hrtf] provided free with no restrictions on use, provided the authors are\n"
- "[hrtf] cited when the data is used in any research or commercial application.\n"
- "[hrtf] URL: http://sound.media.mit.edu/KEMAR.html\n");
-
af->control = control;
af->uninit = uninit;
af->play = play;
Index: af_hrtf.h
===================================================================
RCS file: /cvsroot/mplayer/main/libaf/af_hrtf.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- af_hrtf.h 20 Nov 2004 14:40:52 -0000 1.1
+++ af_hrtf.h 6 Jan 2005 13:14:30 -0000 1.2
@@ -31,6 +31,8 @@
application."
URL: http://sound.media.mit.edu/KEMAR.html
+
+ Distributed under GPL with authors' permission
*/
/* EQUALIZED KEMAR HRIR
More information about the MPlayer-cvslog
mailing list