Add function to convert Aaru media tag type to image data type

This commit is contained in:
2025-10-04 12:06:43 +01:00
parent 2ac2c6db7c
commit cd0b7be738
2 changed files with 162 additions and 2 deletions

View File

@@ -137,6 +137,8 @@ AARU_EXPORT int32_t AARU_CALL aaruf_read_track_sector(void *context, uint8_t *da
AARU_LOCAL int32_t AARU_CALL aaruf_get_media_tag_type_for_datatype(int32_t type);
AARU_LOCAL int32_t AARU_CALL aaruf_get_datatype_for_media_tag_type(int32_t tag_type);
AARU_LOCAL int32_t AARU_CALL aaruf_get_xml_mediatype(int32_t type);
AARU_EXPORT spamsum_ctx *AARU_CALL aaruf_spamsum_init(void);