[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


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)
 }




More information about the svn-commits mailing list