FIFO buffering filter.
More...
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/mathematics.h"
#include "libavutil/samplefmt.h"
#include "audio.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
§ ff_af_afifo
Initial value:= {
.name = "afifo",
.init = init,
.uninit = uninit,
.inputs = avfilter_af_afifo_inputs,
.outputs = avfilter_af_afifo_outputs,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
§ ff_vf_fifo
Initial value:= {
.name = "fifo",
.init = init,
.uninit = uninit,
.inputs = avfilter_vf_fifo_inputs,
.outputs = avfilter_vf_fifo_outputs,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186