mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Implement media tag types.
This commit is contained in:
@@ -371,10 +371,7 @@ void *open(const char *filepath)
|
||||
}
|
||||
memset(mediaTag, 0, sizeof(dataLinkedList));
|
||||
|
||||
// TODO: MediaTagType
|
||||
// MediaTagType mediaTagType = GetMediaTagTypeForDataType(blockHeader.type);
|
||||
|
||||
mediaTag->type = blockHeader.type;
|
||||
mediaTag->type = GetMediaTagTypeForDataType(blockHeader.type);
|
||||
mediaTag->data = data;
|
||||
mediaTag->length = blockHeader.length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user