diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-05-25 22:07:55 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-05-26 00:56:07 +0200 |
commit | 6f7a280eadd719d0a5c9b72b63dfca61bb9605f5 (patch) | |
tree | 239dbcac0948ecb2f9df941a2c7e725d2f54f17a /libswscale/rgb2rgb.h | |
parent | 7dc303a60ef7205d88a11ddbcb251f3237a3945e (diff) | |
download | ffmpeg-6f7a280eadd719d0a5c9b72b63dfca61bb9605f5.tar.gz |
swscale: Remove orphaned, commented-out function declaration.
Diffstat (limited to 'libswscale/rgb2rgb.h')
-rw-r--r-- | libswscale/rgb2rgb.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h index 4dd0d95674..6d6154b23b 100644 --- a/libswscale/rgb2rgb.h +++ b/libswscale/rgb2rgb.h @@ -75,14 +75,6 @@ void rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, /** * 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.) */ extern void (*yv12toyuy2)(const uint8_t *ysrc, const uint8_t *usrc, const uint8_t *vsrc, uint8_t *dst, long width, long height, |