Skip to content
Snippets Groups Projects
Commit 6de8d14b authored by James Golovich's avatar James Golovich
Browse files

Replace MP3 with G726 in ast_codec2str

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2242 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 853ead07
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment