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/buffersink.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavfilter/buffersink.h') diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index 93302e83c9..b895121a6d 100644 --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -46,9 +46,6 @@ AVBufferSinkParams *av_buffersink_params_alloc(void); typedef struct { const enum AVSampleFormat *sample_fmts; ///< list of allowed sample formats, terminated by AV_SAMPLE_FMT_NONE const int64_t *channel_layouts; ///< list of allowed channel layouts, terminated by -1 -#if FF_API_PACKING - const int *packing_fmts; ///< list of allowed packing formats -#endif } AVABufferSinkParams; /** -- cgit v1.2.3