nm 40 doesn't work yet

This commit is contained in:
Anthony Minessale 2011-02-04 16:53:38 -06:00
parent 998a04d2cf
commit 2944364863
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_opus_load)
SWITCH_ADD_CODEC(codec_interface, "OPUS (BETA 0.9.0)"); SWITCH_ADD_CODEC(codec_interface, "OPUS (BETA 0.9.0)");
for (x = 0; x < 3; x++) { for (x = 0; x < 2; x++) {
switch_core_codec_add_implementation(pool, codec_interface, SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */ switch_core_codec_add_implementation(pool, codec_interface, SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */
115, /* the IANA code number */ 115, /* the IANA code number */
"Opus-0.9.0",/* the IANA code name */ "Opus-0.9.0",/* the IANA code name */