Replace MP3 with G726 in ast_codec2str

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2242 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
James Golovich
2004-02-25 18:43:55 +00:00
parent 853ead07d4
commit 6de8d14b29

View File

@@ -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 */