1
0
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:
Stefano Sabatini
2012-06-26 00:52:30 +02:00
parent 8dd0e87d7b
commit 720ec62012
5 changed files with 0 additions and 58 deletions

View File

@@ -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;