]> git.sesse.net Git - ffmpeg/commit
avfilter/transform: Stop exporting internal functions
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 24 Feb 2021 13:52:04 +0000 (14:52 +0100)
committerJames Almer <jamrial@gmail.com>
Tue, 27 Apr 2021 13:43:11 +0000 (10:43 -0300)
commit7c4287b27628346321981b2529bff028f119c870
tree9270f2d5a860a5126fb4b02e8152c8e8364bafa2
parent930391e5988abe126d29c5e9b09fab459e0b8936
avfilter/transform: Stop exporting internal functions

avfilter_transform, avfilter_(add|sub|mult)_matrix are not part of the
public API (transform.h is not a public header), yet they are currently
exported because of their name. This commit changes this:
avfilter_transform is renamed to ff_affine_transform; the other
functions are just removed as they have never been used at all.

Found-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
libavfilter/transform.c
libavfilter/transform.h
libavfilter/vf_deshake.c