]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8914
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 9 Mar 2016 02:19:33 +0000 (20:19 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 9 Mar 2016 02:19:33 +0000 (20:19 -0600)
src/mod/applications/mod_av/avformat.c

index 2df8e951e9ae0200b5b65329c524225d7dfdb535..42a8780fbf53b18fbe5d8b44898bad7137bec7f1 100644 (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;