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:
Dave Stevenson
2019-10-22 17:39:51 +01:00
committed by popcornmix
parent 03795057f9
commit 4a57ea4107

View File

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