summaryrefslogtreecommitdiff
path: root/libswscale/swscale.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/swscale.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/swscale.h')
-rw-r--r--libswscale/swscale.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index 7713f51ec6..50d6d46553 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -260,17 +260,6 @@ void sws_scaleVec(SwsVector *a, double scalar);
*/
void sws_normalizeVec(SwsVector *a, double height);
-#if FF_API_SWS_VECTOR
-attribute_deprecated SwsVector *sws_getConstVec(double c, int length);
-attribute_deprecated SwsVector *sws_getIdentityVec(void);
-attribute_deprecated void sws_convVec(SwsVector *a, SwsVector *b);
-attribute_deprecated void sws_addVec(SwsVector *a, SwsVector *b);
-attribute_deprecated void sws_subVec(SwsVector *a, SwsVector *b);
-attribute_deprecated void sws_shiftVec(SwsVector *a, int shift);
-attribute_deprecated SwsVector *sws_cloneVec(SwsVector *a);
-attribute_deprecated void sws_printVec2(SwsVector *a, AVClass *log_ctx, int log_level);
-#endif
-
void sws_freeVec(SwsVector *a);
SwsFilter *sws_getDefaultFilter(float lumaGBlur, float chromaGBlur,