diff options
Diffstat (limited to 'apps/recorder/resize.h')
| -rw-r--r-- | apps/recorder/resize.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/resize.h b/apps/recorder/resize.h index d71a3e7..7e0a991 100644 --- a/apps/recorder/resize.h +++ b/apps/recorder/resize.h @@ -113,10 +113,11 @@ struct img_part { /* intermediate type used by the scaler for color output. greyscale version uses uint32_t */ -struct uint32_rgb { +struct uint32_argb { uint32_t r; uint32_t g; uint32_t b; + uint32_t a; }; #endif |