FFmpeg
|
Data Fields | |
const AVClass * | class |
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) |
Definition at line 48 of file vf_remap.c.
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(), and remap_planar().
int RemapContext::nb_components |
Definition at line 51 of file vf_remap.c.
Referenced by config_input(), and remap_packed().
int RemapContext::step |
Definition at line 52 of file vf_remap.c.
Referenced by config_input(), and remap_packed().
FFFrameSync RemapContext::fs |
Definition at line 53 of file vf_remap.c.
Referenced by config_output(), filter_frame(), process_frame(), request_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().