comparison tools/lib64gfx.h @ 1647:948d6fda722d

Add sanity check for interlaced formats: check that the interlace type flags are set.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 May 2018 01:17:57 +0300
parents 262300a0359b
children 9233da9de92c
comparison
equal deleted inserted replaced
1646:415c732dc14c 1647:948d6fda722d
62 62
63 63
64 // Different types of interlace 64 // Different types of interlace
65 enum 65 enum
66 { 66 {
67 D64_ILACE_NONE = 0x0000, // Not set (invalid for interlaced images)
67 D64_ILACE_RES = 0x0001, // Interlace doubles resolution 68 D64_ILACE_RES = 0x0001, // Interlace doubles resolution
68 D64_ILACE_COLOR = 0x0002, // Uses color mixing 69 D64_ILACE_COLOR = 0x0002, // Uses color mixing
69 }; 70 };
70 71
71 72