diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-04-19 21:25:10 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-04-19 21:50:12 +0200 |
commit | 7dfe244fbd9a3c0a24cac441a4ec777da8f3a666 (patch) | |
tree | 7a076c8072ed8b6cb55016b7d56108cbf51f624f /libswscale/swscale.c | |
parent | 975c27340528b9e053a7ae9b63b764984e91941c (diff) | |
download | ffmpeg-7dfe244fbd9a3c0a24cac441a4ec777da8f3a666.tar.gz |
sws: remove disabled cruft.
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r-- | libswscale/swscale.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c index 9a4f89cdea..f4f4bcbf0a 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -1952,14 +1952,6 @@ int sws_scale(SwsContext *c, const uint8_t* const src[], const int srcStride[], } } -#if LIBSWSCALE_VERSION_MAJOR < 1 -int sws_scale_ordered(SwsContext *c, const uint8_t* const src[], int srcStride[], int srcSliceY, - int srcSliceH, uint8_t* dst[], int dstStride[]) -{ - return sws_scale(c, src, srcStride, srcSliceY, srcSliceH, dst, dstStride); -} -#endif - /* Convert the palette to the same packed 32-bit format as the palette */ void sws_convertPalette8ToPacked32(const uint8_t *src, uint8_t *dst, long num_pixels, const uint8_t *palette) { |