mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Implement CD ECC and EDC.
This commit is contained in:
@@ -1160,7 +1160,9 @@ void *open(const char *filepath)
|
||||
*/
|
||||
|
||||
// TODO: Cache tracks and sessions?
|
||||
// TODO: Initialize ECC for Compact Disc
|
||||
|
||||
// Initialize ECC for Compact Disc
|
||||
ctx->eccCdContext = (CdEccContext *)ecc_cd_init();
|
||||
|
||||
ctx->magic = DIC_MAGIC;
|
||||
ctx->libraryMajorVersion = LIBDICFORMAT_MAJOR_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user