[Asterisk-cvs] zaptel fxotune.c,1.14,1.15
mattf at lists.digium.com
mattf at lists.digium.com
Wed Feb 2 20:43:29 CST 2005
- Previous message: [Asterisk-cvs] libpri-matt libpri.h, 1.6, 1.7 pri.c, 1.6,
1.7 pri_facility.c, 1.18, 1.19 pri_facility.h, 1.11,
1.12 pri_internal.h, 1.11, 1.12 pri_q931.h, 1.1.1.1,
1.2 q931.c, 1.21, 1.22
- Next message: [Asterisk-cvs] zaptel wctdm.c,1.103,1.104
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv2246
Modified Files:
fxotune.c
Log Message:
inline would be better
Index: fxotune.c
===================================================================
RCS file: /usr/cvsroot/zaptel/fxotune.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fxotune.c 2 Feb 2005 18:01:08 -0000 1.14
+++ fxotune.c 3 Feb 2005 02:44:38 -0000 1.15
@@ -66,7 +66,7 @@
* to begenerated. For a normal waveform you need to increment
* this every time you execute the function.
* Returns a 16bit slinear sample. */
-short gentone(int hz, int index)
+short inline gentone(int hz, int index)
{
return sinf(index * 2 * PI * hz/8000);
}
- Previous message: [Asterisk-cvs] libpri-matt libpri.h, 1.6, 1.7 pri.c, 1.6,
1.7 pri_facility.c, 1.18, 1.19 pri_facility.h, 1.11,
1.12 pri_internal.h, 1.11, 1.12 pri_q931.h, 1.1.1.1,
1.2 q931.c, 1.21, 1.22
- Next message: [Asterisk-cvs] zaptel wctdm.c,1.103,1.104
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list