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 "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 | request_frame (AVFilterLink *outlink) |
static int | config_output (AVFilterLink *outlink) |
Variables | |
static const AVOption | apad_options [] |
static const AVFilterPad | apad_inputs [] |
static const AVFilterPad | apad_outputs [] |
AVFilter | ff_af_apad |
#define OFFSET | ( | x | ) | offsetof(APadContext, x) |
AVFILTER_DEFINE_CLASS | ( | apad | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
AVFilter ff_af_apad |