FFmpeg  4.0
Data Fields
RemapContext Struct Reference

Data Fields

const AVClassclass
 
int nb_planes
 
int nb_components
 
int step
 
FFFrameSync fs
 
void(* remap )(struct RemapContext *s, const AVFrame *in, const AVFrame *xin, const AVFrame *yin, AVFrame *out)
 

Detailed Description

Definition at line 48 of file vf_remap.c.

Field Documentation

◆ class

const AVClass* RemapContext::class

Definition at line 49 of file vf_remap.c.

◆ nb_planes

int RemapContext::nb_planes

Definition at line 50 of file vf_remap.c.

Referenced by config_input(), remap_planar(), and remap_planar16().

◆ nb_components

int RemapContext::nb_components

Definition at line 51 of file vf_remap.c.

Referenced by config_input(), remap_packed(), and remap_packed16().

◆ step

int RemapContext::step

Definition at line 52 of file vf_remap.c.

Referenced by config_input(), remap_packed(), and remap_packed16().

◆ fs

FFFrameSync RemapContext::fs

Definition at line 53 of file vf_remap.c.

Referenced by activate(), config_output(), process_frame(), and uninit().

◆ remap

void(* RemapContext::remap) (struct RemapContext *s, const AVFrame *in, const AVFrame *xin, const AVFrame *yin, AVFrame *out)

Definition at line 55 of file vf_remap.c.

Referenced by config_input(), and process_frame().


The documentation for this struct was generated from the following file: