FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

const AVClass* RemapContext::class

Definition at line 49 of file vf_remap.c.

int RemapContext::nb_planes

Definition at line 50 of file vf_remap.c.

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

int RemapContext::nb_components

Definition at line 51 of file vf_remap.c.

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

int RemapContext::step

Definition at line 52 of file vf_remap.c.

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

FFFrameSync RemapContext::fs

Definition at line 53 of file vf_remap.c.

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

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: