mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
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>
This commit is contained in:
@ -141,9 +141,6 @@ AVFilterChannelLayouts *ff_all_channel_counts(void);
|
||||
av_warn_unused_result
|
||||
AVFilterChannelLayouts *avfilter_make_format64_list(const int64_t *fmts);
|
||||
|
||||
av_warn_unused_result
|
||||
AVFilterChannelLayouts *ff_make_formatu64_list(const uint64_t *fmts);
|
||||
|
||||
|
||||
/**
|
||||
* A helper for query_formats() which sets all links to the same list of channel
|
||||
|
Reference in New Issue
Block a user