FFmpeg
Loading...
Searching...
No Matches
af_anull.c File Reference

null audio filter More...

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

Go to the source code of this file.

Variables

const FFFilter ff_af_anull
 

Detailed Description

null audio filter

Definition in file af_anull.c.

Variable Documentation

◆ ff_af_anull

const FFFilter ff_af_anull
Initial value:
= {
.p.name = "anull",
.p.description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
}
const AVFilterPad ff_audio_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_AUDIO.
Definition audio.c:34
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
Definition avfilter.h:182
#define FILTER_INPUTS(array)
Definition filters.h:264
#define FILTER_OUTPUTS(array)
Definition filters.h:265
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88

Definition at line 30 of file af_anull.c.