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:
@@ -113,6 +113,8 @@ uint32_t edc_cd_compute(void *context, uint32_t edc, const uint8_t *src, int siz
|
||||
|
||||
int32_t read_track_sector(void *context, uint8_t *data, uint64_t sectorAddress, uint32_t *length, uint8_t track);
|
||||
|
||||
static int32_t GetMediaTagTypeForDataType(int32_t type);
|
||||
int32_t GetMediaTagTypeForDataType(int32_t type);
|
||||
|
||||
int32_t GetXmlMediaType(int32_t type);
|
||||
|
||||
#endif //LIBDICFORMAT_DECLS_H
|
||||
|
||||
Reference in New Issue
Block a user