summaryrefslogtreecommitdiff
path: root/libavfilter/formats.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-03-06 19:06:56 +0100
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:11 -0300
commit930391e5988abe126d29c5e9b09fab459e0b8936 (patch)
treea42c9e880100922ba3af43d18e9da18ba2634916 /libavfilter/formats.c
parent4de2b035a736ca8b5b7abbee323327031a50873a (diff)
downloadffmpeg-930391e5988abe126d29c5e9b09fab459e0b8936.tar.gz
avfilter/formats: Remove avfilter_make_format64_list()
The API it is part of has been made private long ago (see commit b74a1da49db5ebed51aceae6cacc2329288a92c1). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavfilter/formats.c')
-rw-r--r--libavfilter/formats.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavfilter/formats.c b/libavfilter/formats.c
index 713173e707..6c05b118c9 100644
--- a/libavfilter/formats.c
+++ b/libavfilter/formats.c
@@ -304,13 +304,6 @@ AVFilterChannelLayouts *ff_make_format64_list(const int64_t *fmts)
return formats;
}
-#if LIBAVFILTER_VERSION_MAJOR < 8
-AVFilterChannelLayouts *avfilter_make_format64_list(const int64_t *fmts)
-{
- return ff_make_format64_list(fmts);
-}
-#endif
-
#define ADD_FORMAT(f, fmt, unref_fn, type, list, nb) \
do { \
type *fmts; \