summaryrefslogtreecommitdiff
path: root/libavfilter/buffersink.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/buffersink.h')
-rw-r--r--libavfilter/buffersink.h3
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;
/**