mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
vc_image: Add vpitch parameter to VC_IMAGE_T for Bayer images
This allows us to use buffers that don't have any alignment on the height.
This commit is contained in:
committed by
popcornmix
parent
03795057f9
commit
4a57ea4107
@@ -126,6 +126,7 @@ unsigned int cube_map : 1;
|
||||
unsigned short order;
|
||||
unsigned short format;
|
||||
int block_length;
|
||||
unsigned short vpitch;
|
||||
} VC_IMAGE_EXTRA_BAYER_T;
|
||||
|
||||
//The next block can be used with Visual C++
|
||||
|
||||
Reference in New Issue
Block a user