FFmpeg
|
#include "libavutil/pixfmt.h"
#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | SetParamsContext |
Macros | |
#define | OFFSET(x) offsetof(SetParamsContext, 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 (setparams) | |
static int | filter_frame (AVFilterLink *inlink, AVFrame *frame) |
Variables | |
static const AVOption | setparams_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
AVFilter | ff_vf_setparams |
#define OFFSET | ( | x | ) | offsetof(SetParamsContext, x) |
Definition at line 43 of file vf_setparams.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 44 of file vf_setparams.c.
enum SetFieldMode |
Enumerator | |
---|---|
MODE_AUTO | |
MODE_BFF | |
MODE_TFF | |
MODE_PROG |
Definition at line 27 of file vf_setparams.c.
AVFILTER_DEFINE_CLASS | ( | setparams | ) |
|
static |
Definition at line 121 of file vf_setparams.c.
|
static |
Definition at line 46 of file vf_setparams.c.
|
static |
Definition at line 148 of file vf_setparams.c.
|
static |
Definition at line 157 of file vf_setparams.c.
AVFilter ff_vf_setparams |
Definition at line 165 of file vf_setparams.c.