pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jun 14 12:20:42 UTC 2019

Modified Files:
        pkgsrc/www/firefox/files: cubeb_sun.c
        pkgsrc/www/firefox60/files: cubeb_sun.c

Log Message:
firefox*: Reduce SUN_BUFFER_FRAMES back down to 32.

This was a precaution but actually seems to introduce frame drops
at the default audio latency.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/firefox/files/cubeb_sun.c
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox60/files/cubeb_sun.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/files/cubeb_sun.c
diff -u pkgsrc/www/firefox/files/cubeb_sun.c:1.1 pkgsrc/www/firefox/files/cubeb_sun.c:1.2
--- pkgsrc/www/firefox/files/cubeb_sun.c:1.1    Thu Jun 13 22:05:24 2019
+++ pkgsrc/www/firefox/files/cubeb_sun.c        Fri Jun 14 12:20:42 2019
@@ -46,7 +46,7 @@
 #endif
 
 #ifndef SUN_BUFFER_FRAMES
-#define SUN_BUFFER_FRAMES (256)
+#define SUN_BUFFER_FRAMES (32)
 #endif
 
 /*

Index: pkgsrc/www/firefox60/files/cubeb_sun.c
diff -u pkgsrc/www/firefox60/files/cubeb_sun.c:1.2 pkgsrc/www/firefox60/files/cubeb_sun.c:1.3
--- pkgsrc/www/firefox60/files/cubeb_sun.c:1.2  Thu Jun 13 22:01:56 2019
+++ pkgsrc/www/firefox60/files/cubeb_sun.c      Fri Jun 14 12:20:42 2019
@@ -46,7 +46,7 @@
 #endif
 
 #ifndef SUN_BUFFER_FRAMES
-#define SUN_BUFFER_FRAMES (256)
+#define SUN_BUFFER_FRAMES (32)
 #endif
 
 /*



Home | Main Index | Thread Index | Old Index