mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Added second layer DVD PFI structure data type.
This commit is contained in:
@@ -129,7 +129,8 @@ typedef enum
|
||||
DvdSectorIed = 84, ///< DVD ID Error Detection Code (IED)
|
||||
DvdSectorEdc = 85, ///< DVD Error Detection Code (EDC)
|
||||
DvdSectorEccPi = 86, ///< DVD Error Correction Code (ECC) Parity of Inner Code (PI)
|
||||
DvdEccBlockPo = 87 ///< DVD Error Correction Code (ECC) Parity of Outer Code (PO)
|
||||
DvdEccBlockPo = 87, ///< DVD Error Correction Code (ECC) Parity of Outer Code (PO)
|
||||
DvdPfi2ndLayer = 88 ///< DVD Physical Format Information for the second layer
|
||||
} DataType;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user