Second commit
This commit is contained in:
parent
97627a804d
commit
aa1b4419a7
|
@ -11,8 +11,8 @@ void cclt_compress(char* output_file, unsigned char* image_buffer)
|
|||
|
||||
struct jpeg_error_mgr jerr;
|
||||
FILE * outfile;
|
||||
JSAMPROW row_pointer[1]; /* pointer to JSAMPLE row[s] */
|
||||
int row_stride; /* physical row width in image buffer */
|
||||
JSAMPROW row_pointer[1];
|
||||
int row_stride;
|
||||
|
||||
if ((outfile = fopen(output_file, "wb")) == NULL) {
|
||||
fprintf(stderr, "can't open %s\n", output_file);
|
||||
|
|
Loading…
Reference in New Issue