FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "internal.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 |
Functions | |
AVFILTER_DEFINE_CLASS (fieldhint) | |
static av_cold int | init (AVFilterContext *ctx) |
static int | query_formats (AVFilterContext *ctx) |
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 [] |
AVFilter | ff_vf_fieldhint |
#define OFFSET | ( | x | ) | offsetof(FieldHintContext, x) |
Definition at line 46 of file vf_fieldhint.c.
#define FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 47 of file vf_fieldhint.c.
AVFILTER_DEFINE_CLASS | ( | fieldhint | ) |
|
static |
Definition at line 59 of file vf_fieldhint.c.
|
static |
Definition at line 78 of file vf_fieldhint.c.
|
static |
Definition at line 95 of file vf_fieldhint.c.
|
static |
Definition at line 112 of file vf_fieldhint.c.
Referenced by request_frame().
|
static |
Definition at line 249 of file vf_fieldhint.c.
|
static |
Definition at line 270 of file vf_fieldhint.c.
|
static |
Definition at line 49 of file vf_fieldhint.c.
|
static |
Definition at line 283 of file vf_fieldhint.c.
|
static |
Definition at line 293 of file vf_fieldhint.c.
AVFilter ff_vf_fieldhint |
Definition at line 302 of file vf_fieldhint.c.