mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Implement xml media type.
This commit is contained in:
@@ -1154,9 +1154,7 @@ void *open(const char *filepath)
|
||||
|
||||
ctx->imageInfo.CreationTime = ctx->header.creationTime;
|
||||
ctx->imageInfo.LastModificationTime = ctx->header.lastWrittenTime;
|
||||
|
||||
// TODO: GetXmlMediaType
|
||||
// imageInfo.XmlMediaType = GetXmlMediaType(header.mediaType);
|
||||
ctx->imageInfo.XmlMediaType = GetXmlMediaType(ctx->header.mediaType);
|
||||
|
||||
if(ctx->geometryBlock.identifier != GeometryBlock/* && ctx->imageInfo.XmlMediaType == XmlMediaType.BlockMedia*/)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user