warning--

This commit is contained in:
Daniel Zaoui 2015-01-21 20:42:58 +02:00
parent cb1aae1fd2
commit 87d523478b
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ scale_rgba_in_to_out_clip_sample_internal(RGBA_Image *src, RGBA_Image *dst,
{
int x, y;
int *lin_ptr;
DATA32 *buf, *dptr;
DATA32 *buf = NULL, *dptr;
DATA32 **row_ptr;
DATA32 *ptr, *dst_ptr, *src_data, *dst_data;
DATA8 *mask;