fix premul default value for tiff loader
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Feb 2009 09:19:11 +0000 (09:19 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 22 Feb 2009 09:19:11 +0000 (09:19 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@39134 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/loaders/tiff/evas_image_load_tiff.c

index e5d9aaa..e8f5924 100644 (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;