asink_anullsink.c File Reference
#include "libavutil/internal.h"
#include "avfilter.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int null_filter_frame (AVFilterLink *link, AVFilterBufferRef *samplesref)
 

Variables

static const AVFilterPad avfilter_asink_anullsink_inputs []
 
AVFilter avfilter_asink_anullsink
 

Function Documentation

static int null_filter_frame ( AVFilterLink link,
AVFilterBufferRef samplesref 
)
static

Definition at line 23 of file asink_anullsink.c.

Variable Documentation

AVFilter avfilter_asink_anullsink
Initial value:
= {
.name = "anullsink",
.description = NULL_IF_CONFIG_SMALL("Do absolutely nothing with the input audio."),
.priv_size = 0,
.outputs = NULL,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:88
static const AVFilterPad avfilter_asink_anullsink_inputs[]
NULL
Definition: eval.c:52

Definition at line 38 of file asink_anullsink.c.

const AVFilterPad avfilter_asink_anullsink_inputs[]
static
Initial value:
= {
{
.name = "default",
.filter_frame = null_filter_frame,
},
{ NULL },
}
NULL
Definition: eval.c:52
static int null_filter_frame(AVFilterLink *link, AVFilterBufferRef *samplesref)

Definition at line 29 of file asink_anullsink.c.