Update src/omv/imlib/framebuffer.h

Remove padding.

Co-authored-by: Ibrahim Abd Elkader <i.abdalkader@gmail.com>
This commit is contained in:
Kwabena W. Agyeman 2021-02-14 19:14:30 -08:00 committed by GitHub
parent 103042d27a
commit 09121b378e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;