bump number

This commit is contained in:
Anthony Minessale 2013-11-08 23:25:16 +05:00
parent 92f6986b40
commit f4cdbea580
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_vp8_load)
SWITCH_ADD_CODEC(codec_interface, "ulpfec Video (passthru)");
switch_core_codec_add_implementation(pool, codec_interface,
SWITCH_CODEC_TYPE_VIDEO, 103, "ulpfec", NULL, 90000, 90000, 0,
SWITCH_CODEC_TYPE_VIDEO, 104, "ulpfec", NULL, 90000, 90000, 0,
0, 0, 0, 0, 1, 1, switch_vp8_init, switch_vp8_encode, switch_vp8_decode, switch_vp8_destroy);
/* indicate that the module should continue to be loaded */