From: James Golovich Date: Wed, 25 Feb 2004 18:43:55 +0000 (+0000) Subject: Replace MP3 with G726 in ast_codec2str X-Git-Tag: 1.0.0-rc1~1044 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6de8d14b29143d600ae962cec26f257a60ab07a5;p=thirdparty%2Fasterisk.git Replace MP3 with G726 in ast_codec2str git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2242 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/frame.c b/frame.c index 06f714d0b1..3c5fe8cafc 100755 --- a/frame.c +++ b/frame.c @@ -418,7 +418,7 @@ char *ast_codec2str(int codec) { "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 */