projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
853ead0
)
Replace MP3 with G726 in ast_codec2str
author
James Golovich
<james@gnuinter.net>
Wed, 25 Feb 2004 18:43:55 +0000
(18:43 +0000)
committer
James Golovich
<james@gnuinter.net>
Wed, 25 Feb 2004 18:43:55 +0000
(18:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2242
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
frame.c
patch
|
blob
|
history
diff --git
a/frame.c
b/frame.c
index
06f714d
..
3c5fe8c
100755
(executable)
--- 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 */