# HG changeset patch # User diego # Date 1221004951 0 # Node ID 905724de832e4c75cc1902c710f081e7cc1b03fb # Parent dbdc77f8b041a9cf74eb64cda344cc714645af2b spelling/wording cosmetics diff -r dbdc77f8b041 -r 905724de832e libswscale/rgb2rgb.h --- a/libswscale/rgb2rgb.h Tue Sep 09 23:39:32 2008 +0000 +++ b/libswscale/rgb2rgb.h Wed Sep 10 00:02:31 2008 +0000 @@ -74,7 +74,7 @@ * Height should be a multiple of 2 and width should be a multiple of 16. * (If this is a problem for anyone then tell me, and I will fix it.) * Chrominance data is only taken from every second line, others are ignored. - * FIXME: Write HQ version. + * FIXME: Write high quality version. */ //void uyvytoyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, @@ -110,8 +110,7 @@ long lumStride, long chromStride, long dstStride); /** - * - * width should be a multiple of 16 + * Width should be a multiple of 16. */ extern void (*yuv422ptouyvy)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, long width, long height, @@ -121,7 +120,7 @@ * Height should be a multiple of 2 and width should be a multiple of 2. * (If this is a problem for anyone then tell me, and I will fix it.) * Chrominance data is only taken from every second line, others are ignored. - * FIXME: Write HQ version. + * FIXME: Write high quality version. */ extern void (*rgb24toyv12)(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, long width, long height,