[Asterisk-cvs] asterisk frame.c,1.24,1.25

citats at lists.digium.com citats at lists.digium.com
Wed Feb 25 13:55:03 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv1948

Modified Files:
	frame.c 
Log Message:
Replace MP3 with G726 in ast_codec2str


Index: frame.c
===================================================================
RCS file: /usr/cvsroot/asterisk/frame.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- frame.c	16 Feb 2004 15:05:21 -0000	1.24
+++ frame.c	25 Feb 2004 18:43:55 -0000	1.25
@@ -418,7 +418,7 @@
 		"GSM",                        /*  1 */
 		"G.711 u-law",                /*  2 */
 		"G.711 A-law",                /*  3 */
-		"MPEG-2 layer 3",             /*  4 */
+		"G.726",                      /*  4 */
 		"ADPCM",                      /*  5 */
 		"16 bit Signed Linear PCM",   /*  6 */
 		"LPC10",                      /*  7 */




More information about the svn-commits mailing list