FFmpeg
Variables
af_anull.c File Reference

null audio filter More...

#include "audio.h"
#include "avfilter.h"
#include "internal.h"
#include "libavutil/internal.h"

Variables

AVFilter ff_af_anull
 

Detailed Description

null audio filter

Variable Documentation

§ ff_af_anull

AVFilter ff_af_anull
Initial value:
= {
.name = "anull",
.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
.inputs = avfilter_af_anull_inputs,
.outputs = avfilter_af_anull_outputs,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186