Skip to content

Commit

Permalink
Make test output match turbojpeg tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Sep 29, 2020
1 parent 751ce7d commit f1d512d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbojpeg.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ static tjhandle _tjInitCompress(tjinstance *this)
}

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

Expand Down

0 comments on commit f1d512d

Please sign in to comment.