[xiph-commits] r11957 - trunk/sushivision

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Thu Oct 26 19:28:51 PDT 2006


Author: xiphmont
Date: 2006-10-26 19:28:50 -0700 (Thu, 26 Oct 2006)
New Revision: 11957

Modified:
   trunk/sushivision/panel-2d.c
Log:
Correct plane iterator's dimension value initialization; dimensions
come from the instance list, not the list for just the panel.



Modified: trunk/sushivision/panel-2d.c
===================================================================
--- trunk/sushivision/panel-2d.c	2006-10-27 02:23:18 UTC (rev 11956)
+++ trunk/sushivision/panel-2d.c	2006-10-27 02:28:50 UTC (rev 11957)
@@ -461,7 +461,7 @@
 
   // Initialize local dimension value array
   for(i=0;i<d;i++){
-    sushiv_dimension_t *dim = p->dimension_list[i];
+    sushiv_dimension_t *dim = p->sushi->dimension_list[i];
     dim_vals[i]=dim->val;
   }
 



More information about the commits mailing list