Comments out

This commit is contained in:
Matteo Paonessa 2015-05-09 11:41:15 +02:00
parent edf92da5c5
commit 016218a90e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ void cclt_compress(char* output_file, unsigned char* image_buffer)
struct jpeg_compress_struct cinfo;
struct jpeg_error_mgr jerr;
FILE * outfile; /* target file */
FILE * outfile;
JSAMPROW row_pointer[1]; /* pointer to JSAMPLE row[s] */
int row_stride; /* physical row width in image buffer */