minor changes

GSoC-2017-kushal
Kushal K S V S 8 years ago
parent 9082ff89ef
commit efd9510850
  1. 2
      tests/make_png/bitmap.c

@ -308,8 +308,6 @@ void Read_PNG(char *filename, IMAGE * after_effect) {
after_effect->width = width;
after_effect->height = height;
printf("%d %d\n",width,height );
row_pointers = (png_bytep*)malloc(sizeof(png_bytep) * height);
for(int y = 0; y < height; y++) {
row_pointers[y] = (png_byte*)malloc(png_get_rowbytes(png,info));

Loading…
Cancel
Save