This commit is contained in:
Anthony Minessale 2016-03-08 20:19:33 -06:00
parent 68588e811f
commit d0b813f0d7

View File

@ -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;