FFmpeg
Loading...
Searching...
No Matches
af_acopy.c File Reference
#include "audio.h"
#include "avfilter.h"
#include "filters.h"

Go to the source code of this file.

Functions

static int filter_frame (AVFilterLink *inlink, AVFrame *in)
 

Variables

static const AVFilterPad acopy_inputs []
 
const FFFilter ff_af_acopy
 

Function Documentation

◆ filter_frame()

static int filter_frame ( AVFilterLink * inlink,
AVFrame * in )
static

Definition at line 23 of file af_acopy.c.

Variable Documentation

◆ acopy_inputs

const AVFilterPad acopy_inputs[]
static
Initial value:
= {
{
.name = "default",
.filter_frame = filter_frame,
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition dolby_e.c:1067
@ AVMEDIA_TYPE_AUDIO
Definition avutil.h:201

Definition at line 48 of file af_acopy.c.

◆ ff_af_acopy

const FFFilter ff_af_acopy
Initial value:
= {
.p.name = "acopy",
.p.description = NULL_IF_CONFIG_SMALL("Copy the input audio unchanged to the output."),
}
static const AVFilterPad acopy_inputs[]
Definition af_acopy.c:48
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 56 of file af_acopy.c.