mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avfilter/buffersink: remove unused macros
This commit is contained in:
parent
bf08264daa
commit
807e90d232
@ -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…
Reference in New Issue
Block a user