FFmpeg
|
Data Fields | |
const AVClass * | class |
int | pad_start |
int | pad_stop |
int | start_mode |
int | stop_mode |
int64_t | start_duration |
int64_t | stop_duration |
uint8_t | rgba_color [4] |
color for the padding area More... | |
FFDrawContext | draw |
FFDrawColor | color |
int64_t | pts |
int | eof |
AVFrame * | cache_start |
AVFrame * | cache_stop |
int TPadContext::pad_start |
Definition at line 33 of file vf_tpad.c.
Referenced by activate(), and config_input().
int TPadContext::pad_stop |
Definition at line 34 of file vf_tpad.c.
Referenced by activate(), and config_input().
int TPadContext::start_mode |
Definition at line 35 of file vf_tpad.c.
Referenced by activate().
int TPadContext::stop_mode |
Definition at line 36 of file vf_tpad.c.
Referenced by activate().
int64_t TPadContext::start_duration |
Definition at line 37 of file vf_tpad.c.
Referenced by config_input().
int64_t TPadContext::stop_duration |
Definition at line 38 of file vf_tpad.c.
Referenced by config_input().
uint8_t TPadContext::rgba_color[4] |
FFDrawContext TPadContext::draw |
Definition at line 41 of file vf_tpad.c.
Referenced by activate(), and config_input().
FFDrawColor TPadContext::color |
Definition at line 42 of file vf_tpad.c.
Referenced by activate(), and config_input().
int64_t TPadContext::pts |
Definition at line 43 of file vf_tpad.c.
Referenced by activate().
int TPadContext::eof |
Definition at line 44 of file vf_tpad.c.
Referenced by activate().
AVFrame* TPadContext::cache_start |
Definition at line 45 of file vf_tpad.c.
Referenced by activate().
AVFrame* TPadContext::cache_stop |
Definition at line 46 of file vf_tpad.c.
Referenced by activate(), and uninit().