mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
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:
2
frame.c
2
frame.c
@@ -418,7 +418,7 @@ char *ast_codec2str(int codec) {
|
|||||||
"GSM", /* 1 */
|
"GSM", /* 1 */
|
||||||
"G.711 u-law", /* 2 */
|
"G.711 u-law", /* 2 */
|
||||||
"G.711 A-law", /* 3 */
|
"G.711 A-law", /* 3 */
|
||||||
"MPEG-2 layer 3", /* 4 */
|
"G.726", /* 4 */
|
||||||
"ADPCM", /* 5 */
|
"ADPCM", /* 5 */
|
||||||
"16 bit Signed Linear PCM", /* 6 */
|
"16 bit Signed Linear PCM", /* 6 */
|
||||||
"LPC10", /* 7 */
|
"LPC10", /* 7 */
|
||||||
|
Reference in New Issue
Block a user