[gegl] tiff-load: read compression and colorspace as gushort
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] tiff-load: read compression and colorspace as gushort
- Date: Fri, 29 Sep 2017 23:54:15 +0000 (UTC)
commit 5429dfaaa766ce747d613357a6c9bc26a7d2ce50
Author: Øyvind Kolås <pippin gimp org>
Date: Sat Sep 30 01:53:16 2017 +0200
tiff-load: read compression and colorspace as gushort
operations/external/tiff-load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/tiff-load.c b/operations/external/tiff-load.c
index 98bfb01..ff1391f 100644
--- a/operations/external/tiff-load.c
+++ b/operations/external/tiff-load.c
@@ -347,7 +347,7 @@ query_tiff(GeglOperation *operation)
{
GeglProperties *o = GEGL_PROPERTIES(operation);
Priv *p = (Priv*) o->user_data;
- gshort color_space, compression;
+ gushort color_space, compression;
gushort bits_per_sample, samples_per_pixel;
gushort sample_format;
gboolean has_alpha = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]