FFmpeg
|
set field order More...
Go to the source code of this file.
Data Structures | |
struct | SetFieldContext |
Macros | |
#define | OFFSET(x) offsetof(SetFieldContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Enumerations | |
enum | SetFieldMode { MODE_AUTO = -1, MODE_BFF, MODE_TFF, MODE_PROG } |
Functions | |
AVFILTER_DEFINE_CLASS (setfield) | |
static int | filter_frame (AVFilterLink *inlink, AVFrame *picref) |
Variables | |
static const AVOption | setfield_options [] |
static const AVFilterPad | setfield_inputs [] |
static const AVFilterPad | setfield_outputs [] |
AVFilter | ff_vf_setfield |
set field order
Definition in file vf_setfield.c.
#define OFFSET | ( | x | ) | offsetof(SetFieldContext, x) |
Definition at line 43 of file vf_setfield.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 44 of file vf_setfield.c.
enum SetFieldMode |
Enumerator | |
---|---|
MODE_AUTO | |
MODE_BFF | |
MODE_TFF | |
MODE_PROG |
Definition at line 31 of file vf_setfield.c.
AVFILTER_DEFINE_CLASS | ( | setfield | ) |
|
static |
Definition at line 57 of file vf_setfield.c.
|
static |
Definition at line 46 of file vf_setfield.c.
|
static |
Definition at line 70 of file vf_setfield.c.
|
static |
Definition at line 79 of file vf_setfield.c.
AVFilter ff_vf_setfield |
Definition at line 87 of file vf_setfield.c.