FFmpeg
Classes | Macros | Typedefs | Enumerations | Functions | Variables
vf_il.c File Reference

(de)interleave fields filter More...

#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "internal.h"

Classes

struct  IlContext
 

Macros

#define OFFSET(x)   offsetof(IlContext, x)
 
#define FLAGS   AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM
 

Typedefs

typedef struct IlContext IlContext
 

Enumerations

enum  FilterMode {
  FILTER_8TAP_SMOOTH, FILTER_8TAP_REGULAR, FILTER_8TAP_SHARP, FILTER_BILINEAR,
  N_FILTERS, FILTER_SWITCHABLE = N_FILTERS, MODE_WIRES, MODE_COLORMIX,
  NB_MODE, MODE_NONE, MODE_INTERLEAVE, MODE_DEINTERLEAVE,
  FILTER_NONE = -1, FILTER_TOUT, FILTER_VREP, FILTER_BRNG,
  FILT_NUMB
}
 

Functions

 AVFILTER_DEFINE_CLASS (il)
 

Variables

AVFilter ff_vf_il
 

Detailed Description

(de)interleave fields filter

Variable Documentation

§ ff_vf_il

AVFilter ff_vf_il
Initial value:
= {
.name = "il",
.description = NULL_IF_CONFIG_SMALL("Deinterleave or interleave fields."),
.priv_size = sizeof(IlContext),
.query_formats = query_formats,
.inputs = inputs,
.outputs = outputs,
.priv_class = &il_class,
}
Definition: vf_il.c:39
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
Definition: avfilter.h:125
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186