Explorar el Código

indentation

master
Martin Dørum hace 4 años
padre
commit
8771fe9b05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      blurrerbox.c

+ 1
- 1
blurrerbox.c Ver fichero

@@ -213,7 +213,7 @@ unsigned char *read_jpg(FILE *in, int *width, int *height) {

while (cinfo.output_scanline < cinfo.output_height) {
jpeg_read_scanlines(&cinfo, buffer, 1);
/* Assume put_scanline_someplace wants a pointer and sample count. */
/* Assume put_scanline_someplace wants a pointer and sample count. */
memcpy(&image[bytes_per_line * (cinfo.output_scanline - 1)], buffer[0], bytes_per_line);
}


Cargando…
Cancelar
Guardar