From 6f7a280eadd719d0a5c9b72b63dfca61bb9605f5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 25 May 2011 22:07:55 +0200 Subject: swscale: Remove orphaned, commented-out function declaration. --- libswscale/rgb2rgb.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libswscale/rgb2rgb.h') diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h index 4dd0d95674..6d6154b23b 100644 --- a/libswscale/rgb2rgb.h +++ b/libswscale/rgb2rgb.h @@ -72,14 +72,6 @@ void rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, long width, long height, long lumStride, long chromStride, long srcStride); -/** - * 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 high quality version. - */ -//void uyvytoyv12(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, - /** * 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.) -- cgit v1.2.3