mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-8130 the saga continues
This commit is contained in:
+1
-1
@@ -3995,7 +3995,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_set_video_buffer_size(switch_rtp_t *r
|
||||
}
|
||||
|
||||
if (!max_frames) {
|
||||
max_frames = frames * 2;
|
||||
max_frames = frames * 4;
|
||||
}
|
||||
|
||||
if (!rtp_session->vb) {
|
||||
|
||||
Reference in New Issue
Block a user