This commit is contained in:
Anthony Minessale 2016-03-08 21:56:49 -06:00
parent 8b9f008ed1
commit 86e6480af8

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 * 3;
x = (int)handle->mm.fps * 1;
if (x <= 0) x = 100;