(RBMP) Reorder structs, alignment

This commit is contained in:
twinaphex 2020-08-16 00:13:16 +02:00
parent 3d2efdd2ef
commit 982fbadd15

View File

@ -41,17 +41,15 @@
typedef struct
{
uint32_t img_x;
uint32_t img_y;
int img_n;
int img_out_n;
int buflen;
unsigned char buffer_start[128];
unsigned char *img_buffer;
unsigned char *img_buffer_end;
unsigned char *img_buffer_original;
int img_n;
int img_out_n;
int buflen;
uint32_t img_x;
uint32_t img_y;
unsigned char buffer_start[128];
} rbmp_context;
struct rbmp