vc_image: Include colourspace in RGB to YUV conversions

This commit is contained in:
popcornmix
2016-10-25 16:34:14 +01:00
parent 0e00b39c37
commit 9928048d92

View File

@@ -881,9 +881,6 @@ void *vc_image_pixel_addr_gl(VC_IMAGE_BUF_T *image, int x, int y, int miplevel);
, unsigned char *datav, int realwidth, int realheight
, unsigned short *buffer, int screenwidth, int screenheight);
void vc_image_convert_rgb2yuv(unsigned short *rgb, unsigned char *Y, unsigned char *U, unsigned char *V,
int rgb_pitch_pixels, int y_pitch_bytes, int width_pixels, int height);
/* Frees up (using free_256bit) the source bytes and vc_image header */
void vc_image_free(VC_IMAGE_T *img);