#include <vid.stab/libvidstab.h>
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "avfilter.h"
#include "internal.h"
#include "vidstabutils.h"
Go to the source code of this file.
◆ DEFAULT_INPUT_NAME
#define DEFAULT_INPUT_NAME "transforms.trf" |
◆ OFFSET
◆ OFFSETC
#define OFFSETC |
( |
|
x | ) |
(offsetof(TransformContext, conf)+offsetof(VSTransformConfig, x)) |
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
vidstabtransform |
| ) |
|
◆ init()
◆ uninit()
◆ query_formats()
◆ config_input()
◆ filter_frame()
◆ vidstabtransform_options
const AVOption vidstabtransform_options[] |
|
static |
◆ avfilter_vf_vidstabtransform_inputs
const AVFilterPad avfilter_vf_vidstabtransform_inputs[] |
|
static |
◆ avfilter_vf_vidstabtransform_outputs
const AVFilterPad avfilter_vf_vidstabtransform_outputs[] |
|
static |
◆ ff_vf_vidstabtransform
Initial value:= {
.name = "vidstabtransform",
"pass 2 of 2 for stabilization "
"(see vidstabdetect for pass 1)."),
.priv_class = &vidstabtransform_class,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
Definition at line 311 of file vf_vidstabtransform.c.