From 4ce0a94656591eb2a6f567e0c6778e2cc96c17b0 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 28 Jul 2011 12:30:19 +0200 Subject: lsws: remove deprecated and unused stuff after the 0->1 major bump --- libswscale/rgb2rgb.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'libswscale/rgb2rgb.h') diff --git a/libswscale/rgb2rgb.h b/libswscale/rgb2rgb.h index 6923dd9..e3edac8 100644 --- a/libswscale/rgb2rgb.h +++ b/libswscale/rgb2rgb.h @@ -68,17 +68,6 @@ void shuffle_bytes_1230(const uint8_t *src, uint8_t *dst, int src_size); void shuffle_bytes_3012(const uint8_t *src, uint8_t *dst, int src_size); void shuffle_bytes_3210(const uint8_t *src, uint8_t *dst, int src_size); -#if LIBSWSCALE_VERSION_MAJOR < 1 -/* deprecated, use the public versions in swscale.h */ -attribute_deprecated void palette8topacked32(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); -attribute_deprecated void palette8topacked24(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); - -/* totally deprecated, please fix code that uses this */ -attribute_deprecated void palette8torgb16(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); -attribute_deprecated void palette8tobgr16(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette); -#endif - - void rgb24toyv12_c(const uint8_t *src, uint8_t *ydst, uint8_t *udst, uint8_t *vdst, int width, int height, int lumStride, int chromStride, int srcStride); -- cgit v1.1