Author: post
Date: 2010-06-23 09:31:15 +0200 (Wed, 23 Jun 2010)
New Revision: 3438
Modified:
trunk/plugins/resample/resample.c
Log:
Cosmetics.
Modified: trunk/plugins/resample/resample.c
===================================================================
--- trunk/plugins/resample/resample.c 2010-06-23 07:30:31 UTC (rev 3437)
+++ trunk/plugins/resample/resample.c 2010-06-23 07:31:15 UTC (rev 3438)
@@ -268,12 +268,14 @@
g_thread_exit(NULL);
return NULL;
}
+
if (!t->output)
{
g_debug("Resampler: output is NULL");
g_thread_exit(NULL);
return NULL;
}
+
if (t->input->h != t->output->h)
{
gboolean sse2_available = !!(rs_detect_cpu_features() &
RS_CPU_FLAG_SSE2);
@@ -285,7 +287,9 @@
ResizeV_SSE2(t);
else
ResizeV(t);
- } else if (t->input->w != t->output->w) {
+ }
+ else if (t->input->w != t->output->w)
+ {
if (t->use_fast)
ResizeH_fast(t);
else if (t->use_compatible)
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit