Go to the source code of this file.
◆ HIST_SIZE
◆ OFFSET
◆ FLAGS
◆ PRECISION
| #define PRECISION 1048576 |
◆ Type
| Enumerator |
|---|
| TFF | |
| BFF | |
| PROGRESSIVE | |
| UNDETERMINED | |
Definition at line 30 of file vf_idet.c.
◆ RepeatedField
| Enumerator |
|---|
| REPEAT_NONE | |
| REPEAT_TOP | |
| REPEAT_BOTTOM | |
Definition at line 37 of file vf_idet.c.
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
idet | | ) |
|
◆ type2str()
| static const char * type2str |
( |
Type | type | ) |
|
|
static |
◆ uintpow()
| static uint64_t uintpow |
( |
uint64_t | b, |
|
|
unsigned int | e ) |
|
static |
◆ av_dict_set_fxp()
| static int av_dict_set_fxp |
( |
AVDictionary ** | pm, |
|
|
const char * | key, |
|
|
uint64_t | value, |
|
|
unsigned int | digits, |
|
|
int | flags ) |
|
static |
◆ rep2str()
◆ filter()
◆ filter_frame()
◆ request_frame()
◆ uninit()
◆ init()
◆ idet_options
Initial value:= {
{
"analyze_interlaced_flag",
"set number of frames to use to determine if the interlace flag is accurate",
OFFSET(analyze_interlaced_flag),
AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX,
FLAGS },
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_FLOAT
Underlying C type is float.
Definition at line 80 of file vf_idet.c.
◆ pix_fmts
◆ idet_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 437 of file vf_idet.c.
◆ idet_outputs
Initial value:= {
{
.name = "default",
},
}
static int request_frame(AVFilterLink *outlink)
Definition at line 445 of file vf_idet.c.
◆ ff_vf_idet
Initial value:= {
.p.name = "idet",
.p.priv_class = &idet_class,
}
int(* init)(AVBSFContext *ctx)
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
static av_cold void uninit(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_PIXFMTS_ARRAY(array)
static const AVFilterPad idet_outputs[]
static const AVFilterPad idet_inputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static enum AVPixelFormat pix_fmts[]
Definition at line 453 of file vf_idet.c.