summaryrefslogtreecommitdiff
path: root/libswscale/version.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-04-14 14:14:53 +0200
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:11 -0300
commitea2d9b7a2e02861ea680f91404414955f55a294c (patch)
treeb350f80b458768274b71c0a4f4795ed555863ba8 /libswscale/version.h
parent0c820b15254f9b9b3d2e29347e329b719f0e001c (diff)
libswscale: Remove unused deprecated functions, make used ones static
Deprecated in 3b905b9fe611efb3282aa4c5c659e1870d91a83b. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libswscale/version.h')
-rw-r--r--libswscale/version.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/version.h b/libswscale/version.h
index 7a616a42e0..f7bade61ca 100644
--- a/libswscale/version.h
+++ b/libswscale/version.h
@@ -46,8 +46,4 @@
* 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 */