[Asterisk-cvs] asterisk jitterbuf.c,1.4,1.5
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu Apr 21 01:39:43 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/codecs/gsm/src decode.c, 1.16,
1.17 long_term.c, 1.16, 1.17 lpc.c, 1.16, 1.17 preprocess.c,
1.16, 1.17 rpe.c, 1.16, 1.17 short_term.c, 1.16, 1.17
- Next message: [Asterisk-cvs] asterisk/codecs/gsm/inc private.h,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv7113
Modified Files:
jitterbuf.c
Log Message:
fix various compiler warnings
Index: jitterbuf.c
===================================================================
RCS file: /usr/cvsroot/asterisk/jitterbuf.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jitterbuf.c 3 Apr 2005 21:16:00 -0000 1.4
+++ jitterbuf.c 21 Apr 2005 06:30:23 -0000 1.5
@@ -98,10 +98,12 @@
/* maybe later we can make the history buckets variable size, or something? */
/* drop parameter determines whether we will drop outliers to minimize
* delay */
+#if 0
static int longcmp(const void *a, const void *b)
{
return *(long *)a - *(long *)b;
}
+#endif
static void history_put(jitterbuf *jb, long ts, long now)
{
- Previous message: [Asterisk-cvs] asterisk/codecs/gsm/src decode.c, 1.16,
1.17 long_term.c, 1.16, 1.17 lpc.c, 1.16, 1.17 preprocess.c,
1.16, 1.17 rpe.c, 1.16, 1.17 short_term.c, 1.16, 1.17
- Next message: [Asterisk-cvs] asterisk/codecs/gsm/inc private.h,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list