Data Fields | |
const AVClass * | class |
ASS_Library * | library |
ASS_Renderer * | renderer |
ASS_Track * | track |
char * | filename |
uint8_t | rgba_map [4] |
int | pix_step [4] |
steps per pixel for each plane of the main output | |
int | original_w |
int | original_h |
FFDrawContext | draw |
Definition at line 41 of file vf_ass.c.
const AVClass* AssContext::class |
char* AssContext::filename |
ASS_Library* AssContext::library |
ASS_Renderer* AssContext::renderer |
Definition at line 44 of file vf_ass.c.
Referenced by config_input(), end_frame(), init(), and uninit().
ASS_Track* AssContext::track |