summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-04 10:34:30 -0700
committerDiego Biurrun <diego@biurrun.de>2014-08-07 04:03:00 -0700
commitbb789016d423d2cfacd2904ac66257bdf7f0964e (patch)
tree460c5b95faea1a30a56a86a91c22a0424c8474da /libswscale/version.h
parentad1ee5fa75a3d69d54c0691048939e94ab5a7f0d (diff)
swscale: Undeprecate sws_getContext()
sws_getCachedContext is not a full replacement for the function.
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index d402c68ae1..7213ab350c 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -28,7 +28,7 @@
#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 1
-#define LIBSWSCALE_VERSION_MICRO 2
+#define LIBSWSCALE_VERSION_MICRO 3
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_MAJOR, \
LIBSWSCALE_VERSION_MINOR, \
@@ -46,9 +46,6 @@
* the public API and may change, break or disappear at any time.
*/
-#ifndef FF_API_SWS_GETCONTEXT
-#define FF_API_SWS_GETCONTEXT (LIBSWSCALE_VERSION_MAJOR < 3)
-#endif
#ifndef FF_API_SWS_CPU_CAPS
#define FF_API_SWS_CPU_CAPS (LIBSWSCALE_VERSION_MAJOR < 3)
#endif