FFmpeg
Classes | Macros | Typedefs | Functions | Variables
af_apad.c File Reference

audio pad filter. More...

#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"

Classes

struct  APadContext
 

Macros

#define OFFSET(x)   offsetof(APadContext, x)
 
#define A   AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM
 

Typedefs

typedef struct APadContext APadContext
 

Functions

 AVFILTER_DEFINE_CLASS (apad)
 

Variables

AVFilter ff_af_apad
 

Detailed Description

audio pad filter.

Based on af_aresample.c

Variable Documentation

§ ff_af_apad

AVFilter ff_af_apad
Initial value:
= {
.name = "apad",
.description = NULL_IF_CONFIG_SMALL("Pad audio with silence."),
.init = init,
.priv_size = sizeof(APadContext),
.inputs = apad_inputs,
.outputs = apad_outputs,
.priv_class = &apad_class,
}
Definition: af_apad.c:37
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
Definition: avfilter.h:133