[FFmpeg-devel] [PATCH 56/87] avfilter/transform: Stop exporting internal functions
Nicolas George
george at nsup.org
Mon Apr 19 17:27:12 EEST 2021
James Almer (12021-04-19):
> From: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
>
> 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 at khirnov.net>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
> libavfilter/transform.c | 23 +----------------------
> libavfilter/transform.h | 29 +----------------------------
> libavfilter/vf_deshake.c | 5 +++--
> 3 files changed, 5 insertions(+), 52 deletions(-)
Should be ok.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210419/04f06ff5/attachment.sig>
More information about the ffmpeg-devel
mailing list