mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-8914
This commit is contained in:
parent
68588e811f
commit
d0b813f0d7
@ -1817,7 +1817,7 @@ static switch_status_t av_file_close(switch_file_handle_t *handle)
|
||||
int x;
|
||||
|
||||
switch_color_set_rgb(&bgcolor, "#000000");
|
||||
x = (int)handle->mm.fps * 1;
|
||||
x = (int)handle->mm.fps * 3;
|
||||
|
||||
if (x <= 0) x = 100;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user