|
FFmpeg
|
#include "libavutil/avstring.h"#include "libavutil/channel_layout.h"#include "libavutil/opt.h"#include "libavutil/samplefmt.h"#include "libavutil/avassert.h"#include "avfilter.h"#include "audio.h"#include "filters.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | APadContext |
Macros | |
| #define | OFFSET(x) offsetof(APadContext, x) |
| #define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
| AVFILTER_DEFINE_CLASS (apad) | |
| static av_cold int | init (AVFilterContext *ctx) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
| static int | push_frame (AVFilterLink *outlink) |
| static int | activate (AVFilterContext *ctx) |
| static int | config_output (AVFilterLink *outlink) |
Variables | |
| static const AVOption | apad_options [] |
| static const AVFilterPad | apad_outputs [] |
| const AVFilter | ff_af_apad |
| #define OFFSET | ( | x | ) | offsetof(APadContext, x) |
| AVFILTER_DEFINE_CLASS | ( | apad | ) |
|
static |
|
static |
Definition at line 77 of file af_apad.c.
Referenced by activate().
|
static |
Definition at line 92 of file af_apad.c.
Referenced by activate().
|
static |
|
static |
|
static |
|
static |
| const AVFilter ff_af_apad |
1.8.17