@@ -41,7 +41,7 @@ index 1111111..2222222 100644
41
41
vips_error("heifsave", _("%d-bit colour depth not supported"),
42
42
heif->bitdepth);
43
43
return -1;
44
- @@ -717 ,14 +706 ,10 @@ vips_foreign_save_heif_build(VipsObject *object)
44
+ @@ -730 ,14 +719 ,10 @@ vips_foreign_save_heif_build(VipsObject *object)
45
45
}
46
46
47
47
#define UC VIPS_FORMAT_UCHAR
@@ -57,7 +57,7 @@ index 1111111..2222222 100644
57
57
};
58
58
59
59
static void
60
- @@ -759 ,7 +744 ,7 @@ vips_foreign_save_heif_class_init(VipsForeignSaveHeifClass *class)
60
+ @@ -772 ,7 +757 ,7 @@ vips_foreign_save_heif_class_init(VipsForeignSaveHeifClass *class)
61
61
_("Number of bits per pixel"),
62
62
VIPS_ARGUMENT_OPTIONAL_INPUT,
63
63
G_STRUCT_OFFSET(VipsForeignSaveHeif, bitdepth),
@@ -66,7 +66,7 @@ index 1111111..2222222 100644
66
66
67
67
VIPS_ARG_BOOL(class, "lossless", 13,
68
68
_("Lossless"),
69
- @@ -812 ,7 +797 ,7 @@ vips_foreign_save_heif_init(VipsForeignSaveHeif *heif)
69
+ @@ -825 ,7 +810 ,7 @@ vips_foreign_save_heif_init(VipsForeignSaveHeif *heif)
70
70
{
71
71
heif->ctx = heif_context_alloc();
72
72
heif->Q = 50;
0 commit comments