]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Make INPUT_FSTAT_NB_READS a power of two to ease division
[vlc] / include / vlc_config.h
index ae6e7a19aa1b5d24b1097dd1f5e3a3031146ba76..4f27caf681be31843912f889683b3cec7966e5f9 100644 (file)
@@ -74,7 +74,7 @@
 
 /* Number of read() calls needed until we check the file size through
  * fstat() */
-#define INPUT_FSTAT_NB_READS            10
+#define INPUT_FSTAT_NB_READS            16
 
 /*
  * General limitations