Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
ed424321
Commit
ed424321
authored
Feb 12, 2008
by
Emmanuel Milou
Browse files
Disable Ilbc.
Seg fault on the server on call
parent
9c0fc2ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/audio/codecDescriptor.cpp
View file @
ed424321
...
...
@@ -39,7 +39,7 @@ CodecDescriptor::init()
_codecMap
[
PAYLOAD_CODEC_ULAW
]
=
"PCMU"
;
_codecMap
[
PAYLOAD_CODEC_GSM
]
=
"GSM"
;
_codecMap
[
PAYLOAD_CODEC_ALAW
]
=
"PCMA"
;
_codecMap
[
PAYLOAD_CODEC_ILBC_20
]
=
"iLBC"
;
//
_codecMap[PAYLOAD_CODEC_ILBC_20] = "iLBC";
_codecMap
[
PAYLOAD_CODEC_SPEEX_8000
]
=
"speex"
;;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment