File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments