Author: abrander
Date: 2009-07-07 02:19:46 +0200 (Tue, 07 Jul 2009)
New Revision: 2568

Modified:
   trunk/plugins/resample/resample.c
Log:
Added missing use_fast flag to vertical job.

Modified: trunk/plugins/resample/resample.c
===================================================================
--- trunk/plugins/resample/resample.c   2009-07-07 00:18:42 UTC (rev 2567)
+++ trunk/plugins/resample/resample.c   2009-07-07 00:19:46 UTC (rev 2568)
@@ -374,6 +374,7 @@
                v->dest_offset_other = output_x_offset;
                v->dest_end_other  = MIN(output_x_offset + output_x_per_thread, 
resample->new_width);
                v->use_compatible = use_compatible;
+               v->use_fast = use_fast;
 
                /* Start it up */
                v->threadid = g_thread_create(start_thread_resampler, v, TRUE, 
NULL);


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to