[gimp/gimp-2-10] Revert "plug-ins: updating deprecated enum names from libheif."
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Revert "plug-ins: updating deprecated enum names from libheif."
- Date: Fri, 21 Jun 2019 08:12:26 +0000 (UTC)
commit f09fbbda3fa4b909b936d00b7a171d187b0e207c
Author: Michael Natterer <mitch gimp org>
Date: Fri Jun 21 10:11:28 2019 +0200
Revert "plug-ins: updating deprecated enum names from libheif."
This reverts commit 85a196e711815c7be1a0a3000b6a016b3907f221.
Didn't mean to push that one...
plug-ins/common/file-heif.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/file-heif.c b/plug-ins/common/file-heif.c
index 67a81239ff..0b365a2df8 100644
--- a/plug-ins/common/file-heif.c
+++ b/plug-ins/common/file-heif.c
@@ -687,8 +687,8 @@ save_image (GFile *file,
err = heif_image_create (width, height,
heif_colorspace_RGB,
has_alpha ?
- heif_chroma_interleaved_RGBA :
- heif_chroma_interleaved_RGB,
+ heif_chroma_interleaved_32bit :
+ heif_chroma_interleaved_24bit,
&image);
if (profile)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]