Hi,
Coming here from image-rs/image#2892, I noticed that mp4parse can be just enough for initializing an image decoder before the images are actually requested. However, several structs are marked as private, making them unusable:
NclxColourInformation
ImageMirror
PixelAspectRatio
ImageSpatialExtentsProperty (critical)
Would it be possible to expose these appropriately, and if necessary, via a copyable or borrowed fully public struct?