Skip to content

Commit

Permalink
Fix a #endif comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Aug 6, 2024
1 parent 47f154a commit e96cf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -5440,7 +5440,7 @@ avifResult avifDecoderReset(avifDecoder * decoder)
AVIF_ASSERT_OR_RETURN(pixiProp != NULL);
data->meta->sampleTransformDepth = pixiProp->u.pixi.planeDepths[0];
}
#endif // AVIF_ENABLE_EXPERIMENTAL_GAIN_MAP
#endif // AVIF_ENABLE_EXPERIMENTAL_SAMPLE_TRANSFORM

// Find Exif and/or XMP metadata, if any
AVIF_CHECKRES(avifDecoderFindMetadata(decoder, data->meta, decoder->image, mainItems[AVIF_ITEM_COLOR]->id));
Expand Down

0 comments on commit e96cf02

Please sign in to comment.