FFmpeg
|
Data Fields | |
const AVClass * | class |
int | first_field |
char * | pattern |
unsigned int | pattern_pos |
AVRational | pts |
double | ts_unit |
int | out_cnt |
int | occupied |
int | nb_planes |
int | planeheight [4] |
int | stride [4] |
AVFrame * | frame [5] |
AVFrame * | temp |
Definition at line 36 of file vf_telecine.c.
const AVClass* TelecineContext::class |
Definition at line 37 of file vf_telecine.c.
int TelecineContext::first_field |
Definition at line 38 of file vf_telecine.c.
Referenced by filter_frame().
char* TelecineContext::pattern |
Definition at line 39 of file vf_telecine.c.
Referenced by filter_frame(), and init().
unsigned int TelecineContext::pattern_pos |
Definition at line 40 of file vf_telecine.c.
Referenced by filter_frame().
AVRational TelecineContext::pts |
Definition at line 42 of file vf_telecine.c.
Referenced by config_output(), and init().
double TelecineContext::ts_unit |
Definition at line 43 of file vf_telecine.c.
Referenced by config_output(), and filter_frame().
int TelecineContext::out_cnt |
Definition at line 44 of file vf_telecine.c.
Referenced by config_input(), init(), and uninit().
int TelecineContext::occupied |
Definition at line 45 of file vf_telecine.c.
Referenced by filter_frame().
int TelecineContext::nb_planes |
Definition at line 47 of file vf_telecine.c.
Referenced by config_input(), and filter_frame().
int TelecineContext::planeheight[4] |
Definition at line 48 of file vf_telecine.c.
Referenced by config_input(), and filter_frame().
int TelecineContext::stride[4] |
Definition at line 49 of file vf_telecine.c.
Referenced by config_input(), and filter_frame().
AVFrame* TelecineContext::frame[5] |
Definition at line 51 of file vf_telecine.c.
Referenced by config_input(), filter_frame(), and uninit().
AVFrame* TelecineContext::temp |
Definition at line 52 of file vf_telecine.c.
Referenced by config_input(), filter_frame(), and uninit().