comparison sidlib.h @ 133:9cfa0553e7f9

Add support for reading PSID/RSID v4 in sidlib.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 02 Jun 2017 02:39:15 +0300
parents b3e034b8c4b9
children 6418286a7e4c
comparison
equal deleted inserted replaced
132:b3e034b8c4b9 133:9cfa0553e7f9
56 char *sidCopyright; 56 char *sidCopyright;
57 57
58 // PSIDv2 data 58 // PSIDv2 data
59 uint16_t flags; // Flags 59 uint16_t flags; // Flags
60 uint8_t startPage, pageLength; 60 uint8_t startPage, pageLength;
61 uint16_t reserved; 61 uint8_t sid2Addr, sid3Addr;
62 62
63 // Extra data 63 // Extra data
64 BOOL isRSID; 64 BOOL isRSID;
65 size_t dataSize; // Total size of data - header 65 size_t dataSize; // Total size of data - header
66 th_md5hash_t hash; // Songlength database hash 66 th_md5hash_t hash; // Songlength database hash