Rename sectorSubchannel to sector_subchannel for consistency across the codebase

This commit is contained in:
2025-10-04 02:08:58 +01:00
parent 2be51227b7
commit bed8b39af6
6 changed files with 18 additions and 16 deletions

View File

@@ -160,7 +160,7 @@ typedef struct aaruformatContext
uint8_t *sectorPrefixCorrected; ///< Corrected variant (post error correction) if stored.
uint8_t *sector_suffix; ///< Raw per-sector suffix (EDC/ECC) uncorrected.
uint8_t *sectorSuffixCorrected; ///< Corrected suffix if stored separately.
uint8_t *sectorSubchannel; ///< Raw 96-byte subchannel (if captured).
uint8_t *sector_subchannel; ///< Raw 96-byte subchannel (if captured).
uint8_t *mode2_subheaders; ///< MODE2 Form1/Form2 8-byte subheaders (concatenated).
uint8_t shift; ///< Legacy overall shift (deprecated by data_shift/table_shift).