#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "filters.h"
#include "video.h"
Go to the source code of this file.
◆ config_props_output()
◆ extract_field()
| static void extract_field |
( |
AVFrame * | frame, |
|
|
int | nb_planes, |
|
|
int | type ) |
|
static |
◆ filter_frame()
◆ flush_frame()
◆ activate()
◆ uninit()
◆ separatefields_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_props_output(AVFilterLink *outlink)
Definition at line 161 of file vf_separatefields.c.
◆ ff_vf_separatefields
Initial value:= {
.p.name = "separatefields",
}
static av_cold void uninit(AVBitStreamFilterContext *ctx)
static int activate(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static const AVFilterPad separatefields_outputs[]
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
Definition at line 169 of file vf_separatefields.c.