summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-03-31 17:20:58 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-03-31 20:21:14 +0200
commit3b905b9fe611efb3282aa4c5c659e1870d91a83b (patch)
tree3554987ecd39985cc9a38c71a048f11428baf7ac /libswscale/version.h
parenta677121cc568db7c101ebf3a797a779a983fc668 (diff)
swscale: Deprecate vector functions which are unused outside swscale
There are no known users of these functions within debian It should be thus possible to remove these functions without recommandition of a replacement Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index 24908b8931..5c1cfb1fb6 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -46,4 +46,8 @@
* the public API and may change, break or disappear at any time.
*/
+#ifndef FF_API_SWS_VECTOR
+#define FF_API_SWS_VECTOR (LIBSWSCALE_VERSION_MAJOR < 6)
+#endif
+
#endif /* SWSCALE_VERSION_H */