gegl r2355 - in branches/branch_zhangjb: . operations/frequency
- From: zhangjb svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2355 - in branches/branch_zhangjb: . operations/frequency
- Date: Sun, 25 May 2008 14:21:18 +0000 (UTC)
Author: zhangjb
Date: Sun May 25 14:21:18 2008
New Revision: 2355
URL: http://svn.gnome.org/viewvc/gegl?rev=2355&view=rev
Log:
* operations/frequency/dft.c: fixed a small bug.
Modified:
branches/branch_zhangjb/ChangeLog
branches/branch_zhangjb/operations/frequency/dft.c
Modified: branches/branch_zhangjb/operations/frequency/dft.c
==============================================================================
--- branches/branch_zhangjb/operations/frequency/dft.c (original)
+++ branches/branch_zhangjb/operations/frequency/dft.c Sun May 25 14:21:18 2008
@@ -96,9 +96,7 @@
dft(tmp_src_buf, (fftw_complex *)tmp_dst_buf, width, height);
set_component(tmp_dst_buf, dst_buf, i, (width+2)*height);
}
- get_component(src_buf, tmp_src_buf, 3, width*height);
- set_component(tmp_dst_buf, dst_buf, 3, (width+2)*height);
-
+
gegl_buffer_set(output, NULL, babl_format ("RGBA double"), dst_buf, GEGL_AUTO_ROWSTRIDE);
g_free(src_buf);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]