Skip to content

Commit f1d512d

Browse files
committed
Make test output match turbojpeg tests
1 parent 751ce7d commit f1d512d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

turbojpeg.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ static tjhandle _tjInitCompress(tjinstance *this)
476476
}
477477

478478
jpeg_create_compress(&this->cinfo);
479+
jpeg_c_set_int_param(&this->cinfo, JINT_COMPRESS_PROFILE, JCP_FASTEST);
479480
/* Make an initial call so it will create the destination manager */
480481
jpeg_mem_dest_tj(&this->cinfo, &buf, &size, 0);
481482

0 commit comments

Comments
 (0)