James Almer (12021-04-19):
> From: Andreas Rheinhardt <andreas.rheinha...@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 <an...@khirnov.net>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to