plug-ins: updating deprecated enum names from libheif.

This commit is contained in:
Jehan 2019-04-01 15:38:27 +02:00
parent 22e14e0b9b
commit b1133ef866
1 changed files with 2 additions and 2 deletions

View File

@ -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)