mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Rename miscellaneous.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// Aaru Data Preservation Suite
|
// Aaru Data Preservation Suite
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// Filename : dic.h
|
// Filename : aaru.h
|
||||||
// Author(s) : Natalia Portillo <claunia@claunia.com>
|
// Author(s) : Natalia Portillo <claunia@claunia.com>
|
||||||
//
|
//
|
||||||
// Component : libaaruformat.
|
// Component : libaaruformat.
|
||||||
|
|||||||
@@ -33,7 +33,7 @@
|
|||||||
#include <aaru.h>
|
#include <aaru.h>
|
||||||
#include <aaruformat.h>
|
#include <aaruformat.h>
|
||||||
|
|
||||||
// Converts between image data type and dic media tag type
|
// Converts between image data type and aaru media tag type
|
||||||
int32_t GetMediaTagTypeForDataType(int32_t type)
|
int32_t GetMediaTagTypeForDataType(int32_t type)
|
||||||
{
|
{
|
||||||
switch(type)
|
switch(type)
|
||||||
|
|||||||
Reference in New Issue
Block a user