Author: post
Date: 2009-09-21 23:44:05 +0200 (Mon, 21 Sep 2009)
New Revision: 2641
Modified:
trunk/plugins/lensfun/lensfun.c
Log:
Pixelsize was output, and not input.
Modified: trunk/plugins/lensfun/lensfun.c
===================================================================
--- trunk/plugins/lensfun/lensfun.c 2009-09-21 21:37:21 UTC (rev 2640)
+++ trunk/plugins/lensfun/lensfun.c 2009-09-21 21:44:05 UTC (rev 2641)
@@ -215,7 +215,7 @@
gint row, col;
ThreadInfo* t = _thread_info;
gfloat *pos = g_new0(gfloat, t->input->w*6);
- const gint pixelsize = t->input->pixelsize;
+ const gint pixelsize = t->output->pixelsize;
for(row=t->start_y;row<t->end_y;row++)
{
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit