FFmpeg
|
Data Fields | |
const AVClass * | class |
ASS_Library * | library |
ASS_Renderer * | renderer |
ASS_Track * | track |
char * | filename |
char * | charenc |
int | stream_index |
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 47 of file vf_subtitles.c.
const AVClass* AssContext::class |
Definition at line 48 of file vf_subtitles.c.
ASS_Library* AssContext::library |
Definition at line 49 of file vf_subtitles.c.
ASS_Renderer* AssContext::renderer |
Definition at line 50 of file vf_subtitles.c.
Referenced by config_input(), filter_frame(), init(), and uninit().
ASS_Track* AssContext::track |
Definition at line 51 of file vf_subtitles.c.
Referenced by filter_frame(), and uninit().
char* AssContext::filename |
Definition at line 52 of file vf_subtitles.c.
Referenced by init().
char* AssContext::charenc |
Definition at line 53 of file vf_subtitles.c.
int AssContext::stream_index |
Definition at line 54 of file vf_subtitles.c.
uint8_t AssContext::rgba_map[4] |
Definition at line 55 of file vf_subtitles.c.
int AssContext::pix_step[4] |
steps per pixel for each plane of the main output
Definition at line 56 of file vf_subtitles.c.
int AssContext::original_w |
Definition at line 57 of file vf_subtitles.c.
Referenced by config_input().
int AssContext::original_h |
Definition at line 57 of file vf_subtitles.c.
Referenced by config_input().
FFDrawContext AssContext::draw |
Definition at line 58 of file vf_subtitles.c.
Referenced by config_input(), and overlay_ass_image().