mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Synchronize DataType with Aaru.
This commit is contained in:
@@ -170,6 +170,8 @@ int32_t aaruf_get_media_tag_type_for_datatype(int32_t type)
|
||||
return CD_MCN;
|
||||
case CompactDiscLeadIn:
|
||||
return CD_LeadIn;
|
||||
case DvdDiscKeyDecrypted:
|
||||
return DVD_DiscKey_Decrypted;
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user