This commit is contained in:
John Cupitt 2016-07-09 19:10:17 +01:00
parent 4c1e6dd023
commit f294ec5d9b

View File

@ -1162,7 +1162,7 @@ write_vips( Write *write, int qfac, const char *profile,
* high Q.
*/
if( no_subsample ||
Q > 90 ) {
qfac > 90 ) {
int i;
for( i = 0; i < in->Bands; i++ ) {