[FFmpeg-cvslog] r28521 - trunk/libswscale/swscale.h
stefano
subversion
Wed Feb 11 00:22:08 CET 2009
Author: stefano
Date: Wed Feb 11 00:22:07 2009
New Revision: 28521
Log:
Add a @deprecated notice to swscale_get_ordered().
Modified:
trunk/libswscale/swscale.h
Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h Tue Feb 10 16:34:44 2009 (r28520)
+++ trunk/libswscale/swscale.h Wed Feb 11 00:22:07 2009 (r28521)
@@ -119,6 +119,9 @@ struct SwsContext *sws_getContext(int sr
int sws_scale(struct SwsContext *context, uint8_t* src[], int srcStride[], int srcSliceY,
int srcSliceH, uint8_t* dst[], int dstStride[]);
#if LIBSWSCALE_VERSION_MAJOR < 1
+/**
+ * @deprecated Use sws_scale() instead.
+ */
int sws_scale_ordered(struct SwsContext *context, uint8_t* src[], int srcStride[], int srcSliceY,
int srcSliceH, uint8_t* dst[], int dstStride[]) attribute_deprecated;
#endif
More information about the ffmpeg-cvslog
mailing list