]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9106 up default FPS to 30
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 27 Apr 2016 04:19:25 +0000 (23:19 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 27 Apr 2016 04:19:25 +0000 (23:19 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 9fd34cb7369044f46178e037da359a0542c1e512..d4e4445c6ed4517bd006874c353d3c1163582f40 100644 (file)
@@ -2464,7 +2464,7 @@ conference_obj_t *conference_new(char *name, conference_xml_cfg_t cfg, switch_co
        conference_video_mode_t conference_video_mode = CONF_VIDEO_MODE_PASSTHROUGH;
        int conference_video_quality = 1;
        int auto_kps_debounce = 30000;
-       float fps = 15.0f;
+       float fps = 30.0f;
        uint32_t max_members = 0;
        uint32_t announce_count = 0;
        char *maxmember_sound = NULL;