FFmpeg
|
sample format and channel layout conversion audio filter More...
#include "libavutil/channel_layout.h"
#include "libavutil/opt.h"
#include "libswresample/swresample.h"
#include "avfilter.h"
#include "audio.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | AConvertContext |
Macros | |
#define | OFFSET(x) offsetof(AConvertContext, x) |
#define | A AV_OPT_FLAG_AUDIO_PARAM |
#define | F AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (aconvert) | |
static av_cold int | init (AVFilterContext *ctx) |
static av_cold void | uninit (AVFilterContext *ctx) |
static int | query_formats (AVFilterContext *ctx) |
static int | config_output (AVFilterLink *outlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *insamplesref) |
Variables | |
static const AVOption | aconvert_options [] |
static const AVFilterPad | aconvert_inputs [] |
static const AVFilterPad | aconvert_outputs [] |
AVFilter | ff_af_aconvert |
sample format and channel layout conversion audio filter
Definition in file af_aconvert.c.
#define OFFSET | ( | x | ) | offsetof(AConvertContext, x) |
Definition at line 44 of file af_aconvert.c.
#define A AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 45 of file af_aconvert.c.
#define F AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 46 of file af_aconvert.c.
Referenced by idct().
AVFILTER_DEFINE_CLASS | ( | aconvert | ) |
|
static |
Definition at line 55 of file af_aconvert.c.
|
static |
Definition at line 73 of file af_aconvert.c.
|
static |
Definition at line 79 of file af_aconvert.c.
|
static |
Definition at line 110 of file af_aconvert.c.
|
static |
Definition at line 146 of file af_aconvert.c.
|
static |
Definition at line 47 of file af_aconvert.c.
|
static |
Definition at line 168 of file af_aconvert.c.
|
static |
Definition at line 177 of file af_aconvert.c.
AVFilter ff_af_aconvert |
Definition at line 186 of file af_aconvert.c.