mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Update src/omv/imlib/framebuffer.h
Remove padding. Co-authored-by: Ibrahim Abd Elkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
103042d27a
commit
09121b378e
@ -33,7 +33,6 @@ typedef struct jpegbuffer {
|
||||
int32_t enabled;
|
||||
int32_t quality;
|
||||
mutex_t lock;
|
||||
int64_t __padding;
|
||||
// NOTE: This buffer must be aligned on a 32 byte boundary
|
||||
OMV_ATTR_ALIGNED(uint8_t pixels[], 32);
|
||||
} jpegbuffer_t;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user