From 720ec620123bf12f1effc311285f8f501c40e5c6 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 26 Jun 2012 00:52:30 +0200 Subject: lavfi: drop deprecated and disabled packing API It was deprecated and removed after the recent 2->3 major bump. --- libavfilter/formats.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'libavfilter/formats.c') diff --git a/libavfilter/formats.c b/libavfilter/formats.c index c23f24d6d3..d442eb5a1a 100644 --- a/libavfilter/formats.c +++ b/libavfilter/formats.c @@ -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; -- cgit v1.2.3