[FFmpeg-cvslog] avfilter/buffersink: remove unused macros

Zhao Zhili git at videolan.org
Mon Dec 23 18:17:04 EET 2019


ffmpeg | branch: master | Zhao Zhili <zhilizhao at tencent.com> | Fri Dec  6 15:06:15 2019 +0800| [807e90d23265f736a1ae13bb94e5099607358662] | committer: Nicolas George

avfilter/buffersink: remove unused macros

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=807e90d23265f736a1ae13bb94e5099607358662
---

 libavfilter/buffersink.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavfilter/buffersink.c b/libavfilter/buffersink.c
index 25b3f4ab6b..30153adbb2 100644
--- a/libavfilter/buffersink.c
+++ b/libavfilter/buffersink.c
@@ -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)
 {



More information about the ffmpeg-cvslog mailing list