diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-06-26 00:52:30 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-06-26 11:40:21 +0200 |
commit | 720ec620123bf12f1effc311285f8f501c40e5c6 (patch) | |
tree | 53dfbe31fdfeb2415821ff89b9488f0db4f358b1 /libavfilter/buffersink.h | |
parent | 8dd0e87d7b9b17d613c646c396c7b7c1a6293111 (diff) | |
download | ffmpeg-720ec620123bf12f1effc311285f8f501c40e5c6.tar.gz |
lavfi: drop deprecated and disabled packing API
It was deprecated and removed after the recent 2->3 major bump.
Diffstat (limited to 'libavfilter/buffersink.h')
-rw-r--r-- | libavfilter/buffersink.h | 3 |
1 files changed, 0 insertions, 3 deletions
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; /** |