#include "audio.h"
#include "avfilter.h"
#include "filters.h"
Go to the source code of this file.
◆ filter_frame()
◆ acopy_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 48 of file af_acopy.c.
◆ ff_af_acopy
Initial value:= {
.p.name = "acopy",
}
static const AVFilterPad acopy_inputs[]
const AVFilterPad ff_audio_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_AUDIO.
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 56 of file af_acopy.c.