Quality = Q_UINT64_C(0x0000000000800000),
// Reserved = Q_UINT64_C(0x0000000001000000),
- // Unused = Q_UINT64_C(0x0000000002000000),
+ VideoColorDepth = Q_UINT64_C(0x0000000002000000),
// Unused = Q_UINT64_C(0x0000000004000000),
Crc32 = Q_UINT64_C(0x0000000008000000),
Sha1 = Q_UINT64_C(0x0000000010000000),
Byte3 = FileType | VideoResolution | VideoBitrate
| VideoCodec | AudioBitrate | AudioCodec
| Source | Quality,
- Byte2 = Crc32 | Sha1 | Md5 | Ed2k,
+ Byte2 = VideoColorDepth | Crc32 | Sha1 | Md5 | Ed2k | Size,
Byte1 = State | IsDeprecated | OtherEpisodes
| Lid | Gid | Eid | Aid,
AllData = Byte1 | Byte2 | Byte3 | Byte4 | Byte5,
// Unused = Q_UINT64_C(0x0000000000000001),
// Unused = Q_UINT64_C(0x0000000000000002),
// Unused = Q_UINT64_C(0x0000000000000004),
- SpecialsCount = Q_UINT64_C(0x0000000000000008),
- CreditsCount = Q_UINT64_C(0x0000000000000010),
+ ParodyCount = Q_UINT64_C(0x0000000000000008),
+ TrailerCount = Q_UINT64_C(0x0000000000000010),
OtherCount = Q_UINT64_C(0x0000000000000020),
- TrailerCount = Q_UINT64_C(0x0000000000000040),
- ParodyCount = Q_UINT64_C(0x0000000000000080),
+ CreditsCount = Q_UINT64_C(0x0000000000000040),
+ SpecialsCount = Q_UINT64_C(0x0000000000000080),
// Unused = Q_UINT64_C(0x0000000000000100),
// Unused = Q_UINT64_C(0x0000000000000200),