regression: last tweak was stupid
This commit is contained in:
parent
46e1aed932
commit
73073ccfca
@ -546,8 +546,8 @@ vips_interpolate_nohalo_interpolate( VipsInterpolate *interpolate,
|
|||||||
* VIPS versions of Nicolas's pixel addressing values. Double bands for
|
* VIPS versions of Nicolas's pixel addressing values. Double bands for
|
||||||
* complex images.
|
* complex images.
|
||||||
*/
|
*/
|
||||||
const int bands_actual = in->im->Bands;
|
|
||||||
const int lskip = IM_REGION_LSKIP( in ) / IM_IMAGE_SIZEOF_ELEMENT( in->im );
|
const int lskip = IM_REGION_LSKIP( in ) / IM_IMAGE_SIZEOF_ELEMENT( in->im );
|
||||||
|
const int bands_actual = in->im->Bands;
|
||||||
const int bands =
|
const int bands =
|
||||||
( im_iscomplex( in->im ) ? 2 * bands_actual : bands_actual );
|
( im_iscomplex( in->im ) ? 2 * bands_actual : bands_actual );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user