Data Fields | |
int | w |
int | h |
output dimensions, a value of 0 will result in the input size | |
int | x |
int | y |
offsets of the input area with respect to the padded area | |
int | in_w |
int | in_h |
width and height for the padded input video, which has to be aligned to the chroma values in order to avoid chroma issues | |
char | w_expr [256] |
width expression string | |
char | h_expr [256] |
height expression string | |
char | x_expr [256] |
width expression string | |
char | y_expr [256] |
height expression string | |
uint8_t | rgba_color [4] |
color for the padding area | |
FFDrawContext | draw |
FFDrawColor | color |
int | needs_copy |
Definition at line 78 of file vf_pad.c.
Definition at line 90 of file vf_pad.c.
Referenced by config_input(), draw_send_bar_slice(), and draw_slice().
Definition at line 89 of file vf_pad.c.
Referenced by config_input(), does_clip(), draw_send_bar_slice(), draw_slice(), get_video_buffer(), and start_frame().
output dimensions, a value of 0 will result in the input size
Definition at line 79 of file vf_pad.c.
Referenced by config_input(), config_output(), draw_send_bar_slice(), get_video_buffer(), and start_frame().
char PadContext::h_expr[256] |
height expression string
Definition at line 84 of file vf_pad.c.
Referenced by config_input(), and init().
width and height for the padded input video, which has to be aligned to the chroma values in order to avoid chroma issues
Definition at line 81 of file vf_pad.c.
Referenced by config_input(), draw_send_bar_slice(), and get_video_buffer().
Definition at line 81 of file vf_pad.c.
Referenced by config_input(), draw_slice(), and get_video_buffer().
color for the padding area
Definition at line 88 of file vf_pad.c.
Referenced by config_input(), and init().
Definition at line 79 of file vf_pad.c.
Referenced by config_input(), config_output(), draw_send_bar_slice(), draw_slice(), get_video_buffer(), and start_frame().
char PadContext::w_expr[256] |
width expression string
Definition at line 83 of file vf_pad.c.
Referenced by config_input(), and init().
Definition at line 80 of file vf_pad.c.
Referenced by config_input(), draw_slice(), get_video_buffer(), and start_frame().
char PadContext::x_expr[256] |
width expression string
Definition at line 85 of file vf_pad.c.
Referenced by config_input(), and init().
offsets of the input area with respect to the padded area
Definition at line 80 of file vf_pad.c.
Referenced by config_input(), draw_send_bar_slice(), draw_slice(), get_video_buffer(), and start_frame().
char PadContext::y_expr[256] |
height expression string
Definition at line 86 of file vf_pad.c.
Referenced by config_input(), and init().