mirror of
https://github.com/aaru-dps/010templates.git
synced 2025-12-16 19:24:28 +00:00
For DiscImageChef format, use FLAC for audio tracks.
This commit is contained in:
@@ -535,7 +535,8 @@ enum <uint> MediaType
|
||||
enum <ushort> CompressionType
|
||||
{
|
||||
None = 0,
|
||||
Lzma = 1
|
||||
Lzma = 1,
|
||||
Flac = 2
|
||||
};
|
||||
|
||||
enum <ushort> DataType
|
||||
@@ -751,7 +752,6 @@ typedef struct
|
||||
TrackEntry tracks[entries];
|
||||
} TracksHeader;
|
||||
|
||||
DisplayFormatHex();
|
||||
LittleEndian();
|
||||
|
||||
local int i;
|
||||
|
||||
Reference in New Issue
Block a user