diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-24 14:52:04 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 10:43:11 -0300 |
commit | 7c4287b27628346321981b2529bff028f119c870 (patch) | |
tree | 9270f2d5a860a5126fb4b02e8152c8e8364bafa2 /libavformat | |
parent | 930391e5988abe126d29c5e9b09fab459e0b8936 (diff) | |
download | ffmpeg-7c4287b27628346321981b2529bff028f119c870.tar.gz |
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>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions