[Asterisk-cvs] asterisk/include/asterisk frame.h,1.38,1.39
markster at lists.digium.com
markster at lists.digium.com
Sun Jan 9 04:28:30 CST 2005
- Previous message: [Asterisk-cvs] asterisk frame.c,1.42,1.43
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.232,
1.233 iax2-parser.c, 1.33, 1.34 iax2-parser.h, 1.13,
1.14 iax2.h, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv23769/include/asterisk
Modified Files:
frame.h
Log Message:
Merge experimental codec preferences for IAX2 (bug #2971)
Index: frame.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/frame.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- frame.h 14 Dec 2004 23:36:30 -0000 1.38
+++ frame.h 9 Jan 2005 10:32:53 -0000 1.39
@@ -408,7 +408,7 @@
extern int ast_codec_pref_string(struct ast_codec_pref *pref, char *buf, size_t size);
/* Shift a codec preference list up or down 65 bytes so that it becomes an ASCII string */
-extern void ast_codec_pref_shift(struct ast_codec_pref *pref, char *buf, size_t size, int right);
+extern void ast_codec_pref_convert(struct ast_codec_pref *pref, char *buf, size_t size, int right);
#if defined(__cplusplus) || defined(c_plusplus)
}
- Previous message: [Asterisk-cvs] asterisk frame.c,1.42,1.43
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.232,
1.233 iax2-parser.c, 1.33, 1.34 iax2-parser.h, 1.13,
1.14 iax2.h, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list