]> git.sesse.net Git - ffmpeg/commit
avfilter/formats: Schedule avfilter_make_format64_list() for removal
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 7 Aug 2020 22:37:46 +0000 (00:37 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 12 Aug 2020 19:10:59 +0000 (21:10 +0200)
commitae5026c90502fad71338b81badd227db00b462cf
treea0c6c1053c879785d4f125c162eb82c3268dfa93
parent2e0cf4de01ed062fc7862c821c21bb578dd4c5f8
avfilter/formats: Schedule avfilter_make_format64_list() for removal

Despite its name, this function is not part of the public API, as
formats.h, the header containing its declaration, is a private header.
The formats API was once public API, but that changed long ago
(b74a1da49db5ebed51aceae6cacc2329288a92c1, the commit scheduling it to
become private, is from 2012). That avfilter_make_format64_list() was
forgotten is probably a result of the confusion resulting from the
libav-ffmpeg split.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
12 files changed:
libavfilter/aeval.c
libavfilter/af_aresample.c
libavfilter/asrc_afirsrc.c
libavfilter/asrc_anoisesrc.c
libavfilter/asrc_anullsrc.c
libavfilter/asrc_hilbert.c
libavfilter/asrc_sinc.c
libavfilter/asrc_sine.c
libavfilter/avf_showcqt.c
libavfilter/formats.c
libavfilter/formats.h
libavfilter/src_movie.c