Browse Source

avfilter/buffersink: remove unused macros

tags/n4.3
Zhao Zhili Nicolas George 6 years ago
parent
commit
807e90d232
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavfilter/buffersink.c

+ 0
- 2
libavfilter/buffersink.c 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)
{


Loading…
Cancel
Save