Using a 'size_t' for the BitCount isn't a good idea - more than 4G of bits
overflows (and 4Gb is only ~512MB - pretty small by video standards). So, use a uint64_t for BitCount.
Authored by: sms00 2005-06-23
Parent: [r2800]
Child: [r2802]