From 7dfe244fbd9a3c0a24cac441a4ec777da8f3a666 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 19 Apr 2011 21:25:10 +0200 Subject: sws: remove disabled cruft. --- libswscale/swscale.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'libswscale/swscale.h') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 5b0802c972..672e30b60c 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -223,15 +223,6 @@ struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat int sws_scale(struct SwsContext *context, const uint8_t* const srcSlice[], const int srcStride[], int srcSliceY, int srcSliceH, uint8_t* const dst[], const int dstStride[]); -#if LIBSWSCALE_VERSION_MAJOR < 1 -/** - * @deprecated Use sws_scale() instead. - */ -int sws_scale_ordered(struct SwsContext *context, const uint8_t* const src[], - int srcStride[], int srcSliceY, int srcSliceH, - uint8_t* dst[], int dstStride[]) attribute_deprecated; -#endif - /** * @param inv_table the yuv2rgb coefficients, normally ff_yuv2rgb_coeffs[x] * @param fullRange if 1 then the luma range is 0..255 if 0 it is 16..235 @@ -291,13 +282,6 @@ void sws_shiftVec(SwsVector *a, int shift); */ SwsVector *sws_cloneVec(SwsVector *a); -#if LIBSWSCALE_VERSION_MAJOR < 1 -/** - * @deprecated Use sws_printVec2() instead. - */ -attribute_deprecated void sws_printVec(SwsVector *a); -#endif - /** * Prints with av_log() a textual representation of the vector a * if log_level <= av_log_level. -- cgit v1.2.3