diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-28 12:30:19 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-08-04 00:23:00 +0200 |
commit | 4ce0a94656591eb2a6f567e0c6778e2cc96c17b0 (patch) | |
tree | 460714e93f5249da2daf62dec5f0386e4bd559a7 /libswscale/swscale_unscaled.c | |
parent | 99c7b516414e76c90446a865ca5a02df3117f694 (diff) | |
download | ffmpeg-4ce0a94656591eb2a6f567e0c6778e2cc96c17b0.tar.gz |
lsws: remove deprecated and unused stuff after the 0->1 major bump
Diffstat (limited to 'libswscale/swscale_unscaled.c')
-rw-r--r-- | libswscale/swscale_unscaled.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libswscale/swscale_unscaled.c b/libswscale/swscale_unscaled.c index e3a54e553e..3344ab4517 100644 --- a/libswscale/swscale_unscaled.c +++ b/libswscale/swscale_unscaled.c @@ -818,14 +818,6 @@ int sws_scale(struct SwsContext *c, const uint8_t* const srcSlice[], } } -#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, int num_pixels, const uint8_t *palette) { |