[xiph-commits] r12465 - trunk/sushivision

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Feb 13 21:48:30 PST 2007


Author: xiphmont
Date: 2007-02-13 21:48:29 -0800 (Tue, 13 Feb 2007)
New Revision: 12465

Modified:
   trunk/sushivision/panel-2d.c
Log:
Swallow first throttled remap after a forced remap in 2d panel.



Modified: trunk/sushivision/panel-2d.c
===================================================================
--- trunk/sushivision/panel-2d.c	2007-02-14 05:41:10 UTC (rev 12464)
+++ trunk/sushivision/panel-2d.c	2007-02-14 05:48:29 UTC (rev 12465)
@@ -510,6 +510,9 @@
     dr[i] = cp[i];
 
   free(c);
+  set_map_throttle_time(p); // done by worker threads too, but
+			    // delaying first throttled remap after
+			    // forced remap is useful too
   return 1;
 
  abort:



More information about the commits mailing list