]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
revert
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 9 Mar 2016 03:56:49 +0000 (21:56 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 9 Mar 2016 03:57:03 +0000 (21:57 -0600)
src/mod/applications/mod_av/avformat.c

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