#include "audio.h"
#include "avfilter.h"
Go to the source code of this file.
Variables | |
AVFilter | avfilter_af_anull |
Definition in file af_anull.c.
Initial value:
{ .name = "anull", .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."), .priv_size = 0, .inputs = (const AVFilterPad[]) {{ .name = "default", .type = AVMEDIA_TYPE_AUDIO, .get_audio_buffer = ff_null_get_audio_buffer, .filter_samples = ff_null_filter_samples }, { .name = NULL}}, .outputs = (const AVFilterPad[]) {{ .name = "default", .type = AVMEDIA_TYPE_AUDIO, }, { .name = NULL}}, }
Definition at line 28 of file af_anull.c.