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"
|
|
| AVFILTER_DEFINE_CLASS (apad) |
| |
audio pad filter.
Based on af_aresample.c
§ ff_af_apad
Initial value:= {
.name = "apad",
.init = init,
.inputs = apad_inputs,
.outputs = apad_outputs,
.priv_class = &apad_class,
}
#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