[gimp/gimp-2-10] plug-ins: updating deprecated enum names from libheif.



commit a4b151759f90eb4a1dea4232932887b25bcbfa78
Author: Jehan <jehan girinstud io>
Date:   Mon Apr 1 15:38:27 2019 +0200

    plug-ins: updating deprecated enum names from libheif.
    
    (cherry picked from commit b1133ef8662426f6f00d31781936f05a99b44fec)

 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 0b365a2df8..67a81239ff 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_32bit :
-                           heif_chroma_interleaved_24bit,
+                           heif_chroma_interleaved_RGBA :
+                           heif_chroma_interleaved_RGB,
                            &image);
 
   if (profile)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]