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

set field order More...

#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"

Classes

struct  SetFieldContext
 

Macros

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

Typedefs

typedef struct SetFieldContext SetFieldContext
 

Enumerations

enum  SetFieldMode { MODE_AUTO = -1, MODE_BFF, MODE_TFF, MODE_PROG }
 

Functions

 AVFILTER_DEFINE_CLASS (setfield)
 

Variables

AVFilter ff_vf_setfield
 

Detailed Description

set field order

Variable Documentation

§ ff_vf_setfield

AVFilter ff_vf_setfield
Initial value:
= {
.name = "setfield",
.description = NULL_IF_CONFIG_SMALL("Force field for the output video frame."),
.priv_size = sizeof(SetFieldContext),
.priv_class = &setfield_class,
.inputs = setfield_inputs,
.outputs = setfield_outputs,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
Definition: vf_setfield.c:38