dvd-sector-copy.c (report_progress): Fiddle with the averaging parameter.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 24 Feb 2022 17:02:00 +0000 (17:02 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 24 Feb 2022 17:02:00 +0000 (17:02 +0000)
dvd-sector-copy.c

index 90efce2..5598f6f 100644 (file)
@@ -367,7 +367,7 @@ static void report_progress(secaddr pos)
   double percent, t, f, g, rate;
   char *unit;
 
-#define ALPHA 0.02
+#define ALPHA 0.1
 #define BETA (1 - ALPHA)
 
   gettimeofday(&now, 0);