af_anull.c File Reference

null audio filter More...

#include "avfilter.h"

Go to the source code of this file.

Variables

AVFilter avfilter_af_anull

Detailed Description

null audio filter

Definition in file af_anull.c.

Variable Documentation

AVFilter avfilter_af_anull
Initial value:
{
.name = "anull",
.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
.priv_size = 0,
.inputs = (AVFilterPad[]) {{ .name = "default",
.get_audio_buffer = avfilter_null_get_audio_buffer,
.filter_samples = avfilter_null_filter_samples },
{ .name = NULL}},
.outputs = (AVFilterPad[]) {{ .name = "default",
.type = AVMEDIA_TYPE_AUDIO, },
{ .name = NULL}},
}

Definition at line 26 of file af_anull.c.