FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/file_open.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "filters.h"
#include "formats.h"
#include "video.h"
Go to the source code of this file.
Data Structures | |
struct | FieldHintContext |
Macros | |
#define | OFFSET(x) offsetof(FieldHintContext, x) |
#define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Enumerations | |
enum | HintModes { ABSOLUTE_HINT, RELATIVE_HINT, PATTERN_HINT, NB_HINTS } |
Functions | |
AVFILTER_DEFINE_CLASS (fieldhint) | |
static av_cold int | init (AVFilterContext *ctx) |
static int | query_formats (const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out) |
static int | config_input (AVFilterLink *inlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static int | request_frame (AVFilterLink *outlink) |
static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
static const AVOption | fieldhint_options [] |
static const AVFilterPad | inputs [] |
static const AVFilterPad | outputs [] |
const AVFilter | ff_vf_fieldhint |
#define OFFSET | ( | x | ) | offsetof(FieldHintContext, x) |
Definition at line 55 of file vf_fieldhint.c.
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 56 of file vf_fieldhint.c.
enum HintModes |
Enumerator | |
---|---|
ABSOLUTE_HINT | |
RELATIVE_HINT | |
PATTERN_HINT | |
NB_HINTS |
Definition at line 32 of file vf_fieldhint.c.
AVFILTER_DEFINE_CLASS | ( | fieldhint | ) |
|
static |
Definition at line 69 of file vf_fieldhint.c.
|
static |
Definition at line 88 of file vf_fieldhint.c.
|
static |
Definition at line 100 of file vf_fieldhint.c.
|
static |
Definition at line 117 of file vf_fieldhint.c.
Referenced by request_frame().
|
static |
Definition at line 275 of file vf_fieldhint.c.
|
static |
Definition at line 296 of file vf_fieldhint.c.
|
static |
Definition at line 58 of file vf_fieldhint.c.
|
static |
Definition at line 309 of file vf_fieldhint.c.
|
static |
Definition at line 318 of file vf_fieldhint.c.
const AVFilter ff_vf_fieldhint |
Definition at line 326 of file vf_fieldhint.c.