Skip to content
Snippets Groups Projects
Commit ed424321 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Disable Ilbc.

Seg fault on the server on call
parent 9c0fc2ed
No related branches found
No related tags found
No related merge requests found
......@@ -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";;
}
......
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