mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Namespace functions.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <aaruformat.h>
|
||||
|
||||
// Converts between image data type and aaru media tag type
|
||||
int32_t GetMediaTagTypeForDataType(int32_t type)
|
||||
int32_t aaruf_get_media_tag_type_for_datatype(int32_t type)
|
||||
{
|
||||
switch(type)
|
||||
{
|
||||
@@ -112,7 +112,7 @@ int32_t GetMediaTagTypeForDataType(int32_t type)
|
||||
}
|
||||
|
||||
// Get the CICM XML media type from AARU media type
|
||||
int32_t GetXmlMediaType(int32_t type)
|
||||
int32_t aaruf_get_xml_mediatype(int32_t type)
|
||||
{
|
||||
switch(type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user