avfilter/buffersink: remove unused macros

This commit is contained in:
Zhao Zhili 2019-12-06 15:06:15 +08:00 committed by Nicolas George
parent bf08264daa
commit 807e90d232
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ typedef struct BufferSinkContext {
} BufferSinkContext;
#define NB_ITEMS(list) (list ## _size / sizeof(*list))
#define FIFO_INIT_SIZE 8
#define FIFO_INIT_ELEMENT_SIZE sizeof(void *)
int attribute_align_arg av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame)
{