FFmpeg
|
Data Fields | |
const AVClass * | class |
ASS_Library * | library |
ASS_Renderer * | renderer |
ASS_Track * | track |
char * | filename |
char * | charenc |
uint8_t | rgba_map [4] |
int | pix_step [4] |
steps per pixel for each plane of the main output More... | |
int | original_w |
int | original_h |
FFDrawContext | draw |
Detailed Description
Definition at line 47 of file vf_subtitles.c.
Field Documentation
char* AssContext::charenc |
Definition at line 53 of file vf_subtitles.c.
const AVClass* AssContext::class |
Definition at line 48 of file vf_subtitles.c.
FFDrawContext AssContext::draw |
Definition at line 57 of file vf_subtitles.c.
Referenced by config_input(), and overlay_ass_image().
char* AssContext::filename |
Definition at line 52 of file vf_subtitles.c.
Referenced by init().
ASS_Library* AssContext::library |
Definition at line 49 of file vf_subtitles.c.
int AssContext::original_h |
Definition at line 56 of file vf_subtitles.c.
Referenced by config_input().
int AssContext::original_w |
Definition at line 56 of file vf_subtitles.c.
Referenced by config_input().
int AssContext::pix_step[4] |
steps per pixel for each plane of the main output
Definition at line 55 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().
uint8_t AssContext::rgba_map[4] |
Definition at line 54 of file vf_subtitles.c.
ASS_Track* AssContext::track |
Definition at line 51 of file vf_subtitles.c.
Referenced by 7digital-python.lockerEndpoint.LockerTrack::__init__(), filter_frame(), and uninit().
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11