Comments out
This commit is contained in:
parent
edf92da5c5
commit
016218a90e
|
@ -10,7 +10,7 @@ void cclt_compress(char* output_file, unsigned char* image_buffer)
|
||||||
struct jpeg_compress_struct cinfo;
|
struct jpeg_compress_struct cinfo;
|
||||||
|
|
||||||
struct jpeg_error_mgr jerr;
|
struct jpeg_error_mgr jerr;
|
||||||
FILE * outfile; /* target file */
|
FILE * outfile;
|
||||||
JSAMPROW row_pointer[1]; /* pointer to JSAMPLE row[s] */
|
JSAMPROW row_pointer[1]; /* pointer to JSAMPLE row[s] */
|
||||||
int row_stride; /* physical row width in image buffer */
|
int row_stride; /* physical row width in image buffer */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue