mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-7513: conf WIP hard code 4x4 squares in 720p more to come
This commit is contained in:
committed by
Michael Jerris
parent
7ccbf44725
commit
260e277f36
@@ -1515,7 +1515,7 @@ SWITCH_DECLARE(switch_status_t) switch_media_handle_create(switch_media_handle_t
|
||||
session->media_handle->mparams = params;
|
||||
|
||||
if (!session->media_handle->mparams->video_key_freq) {
|
||||
session->media_handle->mparams->video_key_freq = 30000000;
|
||||
session->media_handle->mparams->video_key_freq = 5000000;
|
||||
}
|
||||
|
||||
if (!session->media_handle->mparams->video_key_first) {
|
||||
|
Reference in New Issue
Block a user