summaryrefslogtreecommitdiff
path: root/libavfilter/formats.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-08-07 17:21:58 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-08-12 20:47:59 +0200
commitefbe58ceb6cc9bf108379ead7e077a7ae948d153 (patch)
tree8622477ee2bfb93f4035f6978fbd7ab42103f60b /libavfilter/formats.c
parentb40dd2fdabaa1ffb24ccf6486dc8a96e84b72c40 (diff)
downloadffmpeg-efbe58ceb6cc9bf108379ead7e077a7ae948d153.tar.gz
avfilter/formats: Remove ff_make_formatu64_list()
It is unused since 8cbb055760c725d0fb99fb759caabb5f4e37e340 and it actually coincides with avfilter_make_format64_list(). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavfilter/formats.c')
-rw-r--r--libavfilter/formats.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/libavfilter/formats.c b/libavfilter/formats.c
index de4315369d..bcc539bb38 100644
--- a/libavfilter/formats.c
+++ b/libavfilter/formats.c
@@ -289,17 +289,6 @@ AVFilterFormats *ff_make_format_list(const int *fmts)
return formats;
}
-AVFilterChannelLayouts *ff_make_formatu64_list(const uint64_t *fmts)
-{
- MAKE_FORMAT_LIST(AVFilterChannelLayouts,
- channel_layouts, nb_channel_layouts);
- if (count)
- memcpy(formats->channel_layouts, fmts,
- sizeof(*formats->channel_layouts) * count);
-
- return formats;
-}
-
AVFilterChannelLayouts *avfilter_make_format64_list(const int64_t *fmts)
{
MAKE_FORMAT_LIST(AVFilterChannelLayouts,