- fix comment

This commit is contained in:
elad laufer 2020-02-17 17:13:01 +02:00
parent d2b794ec35
commit 00bf3269bd
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ int vips_openslideload( const char *filename, VipsImage **out, ... )
* VipsForeignJpegSubsample:
* @VIPS_FOREIGN_JPEG_SUBSAMPLE_AUTO: default preset
* @VIPS_FOREIGN_JPEG_SUBSAMPLE_ON: always perform subsampling
* @VIPS_FOREIGN_JPEG_SUBSAMPLE_ON: never perform subsampling
* @VIPS_FOREIGN_JPEG_SUBSAMPLE_OFF: never perform subsampling
*/
typedef enum {
VIPS_FOREIGN_JPEG_SUBSAMPLE_AUTO,