| ... | ... |
@@ -53,7 +53,8 @@ INFOEntryPLAYER::INFOEntryPLAYER() : channelMask(0) |
| 53 | 53 |
|
| 54 | 54 |
void INFOEntryPLAYER::Read(PseudoFile &file) |
| 55 | 55 |
{
|
| 56 |
- file.ReadLE<std::uint16_t>(); // maxSeqs |
|
| 57 |
- this->channelMask = file.ReadLE<std::uint16_t>(); |
|
| 56 |
+ file.ReadLE<std::uint8_t>(); // maxSeqs |
|
| 57 |
+ this->channelMask = file.ReadLE<std::uint8_t>(); |
|
| 58 |
+ file.ReadLE<std::uint8_t>(); // padding |
|
| 58 | 59 |
file.ReadLE<std::uint32_t>(); // heapSize |
| 59 | 60 |
} |