#include "audio.h"
#include "avfilter.h"
#include "internal.h"
Go to the source code of this file.
◆ filter_frame()
◆ acopy_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 38 of file af_acopy.c.
◆ acopy_outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 47 of file af_acopy.c.
◆ ff_af_acopy
Initial value:= {
.name = "acopy",
}
static const AVFilterPad acopy_outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad acopy_inputs[]
Definition at line 55 of file af_acopy.c.