FFmpeg
|
Data Fields | |
const AVClass * | class |
int | factor |
int | fade_per_frame |
unsigned int | frame_index |
unsigned int | start_frame |
unsigned int | stop_frame |
unsigned int | nb_frames |
int | hsub |
int | vsub |
int | bpp |
unsigned int | black_level |
unsigned int | black_level_scaled |
uint8_t | is_packed_rgb |
uint8_t | rgba_map [4] |
int | alpha |
char * | type |
int FadeContext::factor |
Definition at line 51 of file vf_fade.c.
Referenced by filter_frame(), and init().
int FadeContext::fade_per_frame |
Definition at line 51 of file vf_fade.c.
Referenced by filter_frame(), and init().
unsigned int FadeContext::frame_index |
Definition at line 52 of file vf_fade.c.
Referenced by filter_frame().
unsigned int FadeContext::start_frame |
Definition at line 52 of file vf_fade.c.
Referenced by filter_frame(), and init().
unsigned int FadeContext::stop_frame |
Definition at line 52 of file vf_fade.c.
Referenced by filter_frame(), and init().
int FadeContext::hsub |
Definition at line 53 of file vf_fade.c.
Referenced by config_props(), and filter_frame().
int FadeContext::vsub |
Definition at line 53 of file vf_fade.c.
Referenced by config_props(), and filter_frame().
int FadeContext::bpp |
Definition at line 53 of file vf_fade.c.
Referenced by config_props(), and filter_frame().
unsigned int FadeContext::black_level |
Definition at line 54 of file vf_fade.c.
Referenced by config_props(), and filter_frame().
unsigned int FadeContext::black_level_scaled |
Definition at line 54 of file vf_fade.c.
Referenced by config_props(), and filter_frame().
uint8_t FadeContext::is_packed_rgb |
Definition at line 55 of file vf_fade.c.
Referenced by config_props(), and filter_frame().
uint8_t FadeContext::rgba_map[4] |
Definition at line 56 of file vf_fade.c.
Referenced by config_props(), and filter_frame().
int FadeContext::alpha |
Definition at line 57 of file vf_fade.c.
Referenced by config_props(), filter_frame(), and init().