]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/buffersink: remove unused macros
authorZhao Zhili <zhilizhao@tencent.com>
Fri, 6 Dec 2019 07:06:15 +0000 (15:06 +0800)
committerNicolas George <george@nsup.org>
Mon, 23 Dec 2019 16:02:55 +0000 (17:02 +0100)
libavfilter/buffersink.c

index 25b3f4ab6bbd06760186e68b88a7505f900e16d6..30153adbb2896e722c5a51b8543dd182dd12257d 100644 (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)
 {