| 
    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(), 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().
 1.8.6