summaryrefslogtreecommitdiff
path: root/libavfilter/formats.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-06-26 00:52:30 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-06-26 11:40:21 +0200
commit720ec620123bf12f1effc311285f8f501c40e5c6 (patch)
tree53dfbe31fdfeb2415821ff89b9488f0db4f358b1 /libavfilter/formats.c
parent8dd0e87d7b9b17d613c646c396c7b7c1a6293111 (diff)
lavfi: drop deprecated and disabled packing API
It was deprecated and removed after the recent 2->3 major bump.
Diffstat (limited to 'libavfilter/formats.c')
-rw-r--r--libavfilter/formats.c13
1 files changed, 0 insertions, 13 deletions
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;