bump number
This commit is contained in:
parent
92f6986b40
commit
f4cdbea580
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue