From be05d3baa9569aafde1451d1e73048bac7d663a5 Mon Sep 17 00:00:00 2001 From: APTX Date: Thu, 24 May 2012 00:21:22 +0200 Subject: [PATCH] More fixes to the bitfields. --- anidbudpclient_global.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/anidbudpclient_global.h b/anidbudpclient_global.h index e02026c..8664e24 100644 --- a/anidbudpclient_global.h +++ b/anidbudpclient_global.h @@ -235,7 +235,7 @@ namespace AniDBUdpClient 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), @@ -264,7 +264,7 @@ namespace AniDBUdpClient 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, @@ -342,11 +342,11 @@ namespace AniDBUdpClient // 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), -- 2.52.0