[Asterisk-cvs] asterisk frame.c,1.23.2.1,1.23.2.2

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


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

Modified Files:
      Tag: v1-0_stable
	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.23.2.1
retrieving revision 1.23.2.2
diff -u -d -r1.23.2.1 -r1.23.2.2
--- frame.c	16 Feb 2004 15:04:52 -0000	1.23.2.1
+++ frame.c	25 Feb 2004 18:44:48 -0000	1.23.2.2
@@ -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