#include "config_components.h"
#include "libavutil/pixfmt.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "filters.h"
#include "formats.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ SetFieldMode
| Enumerator |
|---|
| MODE_AUTO | |
| MODE_BFF | |
| MODE_TFF | |
| MODE_PROG | |
Definition at line 30 of file vf_setparams.c.
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
setparams | | ) |
|
◆ query_formats()
◆ filter_frame()
◆ setparams_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 213 of file vf_setparams.c.
◆ ff_vf_setparams
Initial value:= {
.p.name = "setparams",
.p.description =
NULL_IF_CONFIG_SMALL(
"Force field, or color property for the output video frame."),
.p.priv_class = &setparams_class,
}
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
static const AVFilterPad inputs[]
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_QUERY_FUNC2(func)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
Definition at line 221 of file vf_setparams.c.