Branch: Tag:

2014-04-27

2014-04-27 20:37:42 by Martin Nilsson <nilsson@opera.com>

mallocs nowdays return void*, so no need to case.

114:    "Bad arguments to image->dct()\n");    }    -  if (!(img->img=(rgb_group*)malloc(sizeof(rgb_group)* +  if (!(img->img=malloc(sizeof(rgb_group)*    img->xsize*img->ysize+RGB_VEC_PAD)))    {    free(area);