You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavfi: drop deprecated and disabled packing API
It was deprecated and removed after the recent 2->3 major bump.
This commit is contained in:
@@ -285,19 +285,6 @@ const int64_t avfilter_all_channel_layouts[] = {
|
||||
// return avfilter_make_format64_list(avfilter_all_channel_layouts);
|
||||
// }
|
||||
|
||||
#if FF_API_PACKING
|
||||
AVFilterFormats *avfilter_make_all_packing_formats(void)
|
||||
{
|
||||
static const int packing[] = {
|
||||
AVFILTER_PACKED,
|
||||
AVFILTER_PLANAR,
|
||||
-1,
|
||||
};
|
||||
|
||||
return ff_make_format_list(packing);
|
||||
}
|
||||
#endif
|
||||
|
||||
AVFilterFormats *ff_planar_sample_fmts(void)
|
||||
{
|
||||
AVFilterFormats *ret = NULL;
|
||||
|
||||
Reference in New Issue
Block a user