format audio filter More...
#include "libavutil/avstring.h"#include "libavutil/channel_layout.h"#include "libavutil/common.h"#include "libavutil/opt.h"#include "audio.h"#include "avfilter.h"#include "formats.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | AFormatContext |
Macros | |
| #define | OFFSET(x) offsetof(AFormatContext, x) |
| #define | A AV_OPT_FLAG_AUDIO_PARAM |
| #define | PARSE_FORMATS(str, type, list, add_to_list, get_fmt, none, desc) |
Typedefs | |
| typedef struct AFormatContext | AFormatContext |
Functions | |
| static int | get_sample_rate (const char *samplerate) |
| static av_cold int | init (AVFilterContext *ctx, const char *args) |
| static int | query_formats (AVFilterContext *ctx) |
Variables | |
| static const AVOption | options [] |
| static const AVClass | aformat_class |
| static const AVFilterPad | avfilter_af_aformat_inputs [] |
| static const AVFilterPad | avfilter_af_aformat_outputs [] |
| AVFilter | avfilter_af_aformat |
format audio filter
Definition in file af_aformat.c.
| #define A AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 49 of file af_aformat.c.
| #define OFFSET | ( | x | ) | offsetof(AFormatContext, x) |
Definition at line 48 of file af_aformat.c.
| #define PARSE_FORMATS | ( | str, | |
| type, | |||
| list, | |||
| add_to_list, | |||
| get_fmt, | |||
| none, | |||
| desc | |||
| ) |
Definition at line 64 of file af_aformat.c.
Referenced by init().
| typedef struct AFormatContext AFormatContext |
|
static |
Definition at line 84 of file af_aformat.c.
Referenced by init().
|
static |
Definition at line 90 of file af_aformat.c.
|
static |
Definition at line 121 of file af_aformat.c.
|
static |
Definition at line 57 of file af_aformat.c.
Referenced by init().
| AVFilter avfilter_af_aformat |
Definition at line 151 of file af_aformat.c.
|
static |
Definition at line 135 of file af_aformat.c.
|
static |
Definition at line 143 of file af_aformat.c.
|
static |
Definition at line 50 of file af_aformat.c.