Skip to content

Commit 604dee8

Browse files
committed
minimal update for libheif 1.13.0 #38
1 parent 5a02998 commit 604dee8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

libheif/heif.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,13 @@ enum heif_suberror_code
171171

172172
heif_suberror_No_av1C_box = 131,
173173

174-
// heif_suberror_Wrong_tile_image_pixel_depth = 132,
175-
//
176-
// heif_suberror_Unknown_NCLX_color_primaries = 133,
177-
//
178-
// heif_suberror_Unknown_NCLX_transfer_characteristics = 134,
179-
//
180-
// heif_suberror_Unknown_NCLX_matrix_coefficients = 135,
174+
heif_suberror_Wrong_tile_image_pixel_depth = 132,
175+
176+
heif_suberror_Unknown_NCLX_color_primaries = 133,
177+
178+
heif_suberror_Unknown_NCLX_transfer_characteristics = 134,
179+
180+
heif_suberror_Unknown_NCLX_matrix_coefficients = 135,
181181

182182

183183
// --- Memory_allocation_error ---
@@ -844,7 +844,7 @@ struct heif_decoding_options
844844

845845
// When enabled, an error is returned for invalid input. Otherwise, it will try its best and
846846
// add decoding warnings to the decoded heif_image. Default is non-strict.
847-
// uint8_t strict_decoding;
847+
uint8_t strict_decoding;
848848
};
849849

850850

0 commit comments

Comments
 (0)