fix premul default value for tiff loader

SVN revision: 39134
This commit is contained in:
Carsten Haitzler 2009-02-22 09:19:11 +00:00
parent 95d32ad4ce
commit 4907a1f07e
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ raster(TIFFRGBAImage_Extra * img, uint32 * rast,
uint32 *pixel, pixel_value;
int i, j, dy, rast_offset;
DATA32 *buffer_pixel, *buffer = evas_cache_image_pixels(img->image);
int alpha_premult;
int alpha_premult = 0;
image_width = img->image->w;
image_height = img->image->h;