fix dzsave skip_blanks default

the default value was not being declared correctly [felixbuenemann]

see https://github.com/libvips/libvips/issues/1185#issuecomment-450427889
This commit is contained in:
John Cupitt 2018-12-28 22:23:15 +00:00
parent 74ee68fd79
commit b9c3dcd274
1 changed files with 1 additions and 1 deletions

View File

@ -2115,7 +2115,7 @@ vips_foreign_save_dz_class_init( VipsForeignSaveDzClass *class )
_( "Skip tiles which are nearly equal to the background" ),
VIPS_ARGUMENT_OPTIONAL_INPUT,
G_STRUCT_OFFSET( VipsForeignSaveDz, skip_blanks ),
-1, 65535, 5 );
-1, 65535, -1 );
/* How annoying. We stupidly had these in earlier versions.
*/