From: Anthony Minessale Date: Fri, 22 Jun 2012 23:09:39 +0000 (-0500) Subject: change default number to 97 X-Git-Tag: v1.2.0~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d36d8557b024e86f20d6da427efc11de7898fd7;p=thirdparty%2Ffreeswitch.git change default number to 97 --- diff --git a/src/mod/codecs/mod_h26x/mod_h26x.c b/src/mod/codecs/mod_h26x/mod_h26x.c index 368edb98f2..083dc064c9 100644 --- a/src/mod/codecs/mod_h26x/mod_h26x.c +++ b/src/mod/codecs/mod_h26x/mod_h26x.c @@ -84,7 +84,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_h26x_load) *module_interface = switch_loadable_module_create_module_interface(pool, modname); SWITCH_ADD_CODEC(codec_interface, "H.264 Video (passthru)"); switch_core_codec_add_implementation(pool, codec_interface, - SWITCH_CODEC_TYPE_VIDEO, 99, "H264", NULL, 90000, 90000, 0, + SWITCH_CODEC_TYPE_VIDEO, 97, "H264", NULL, 90000, 90000, 0, 0, 0, 0, 0, 1, 1, switch_h26x_init, switch_h26x_encode, switch_h26x_decode, switch_h26x_destroy); SWITCH_ADD_CODEC(codec_interface, "H.263 Video (passthru)"); switch_core_codec_add_implementation(pool, codec_interface,