|
FFmpeg
|
Data Fields | |
| const AVClass * | class |
| cairo_format_t | cairo_format |
| Equivalent to AVPixelFormat. More... | |
| double | time_start |
| Time in seconds of the first frame. More... | |
| uint8_t * | script_text |
| Inline source. More... | |
| uint8_t * | script_file |
| File path to load the source. More... | |
| struct VGSProgram | program |
Definition at line 2499 of file vf_drawvg.c.
| const AVClass* DrawVGContext::class |
Definition at line 2500 of file vf_drawvg.c.
| cairo_format_t DrawVGContext::cairo_format |
Equivalent to AVPixelFormat.
Definition at line 2503 of file vf_drawvg.c.
Referenced by drawvg_config_props(), and drawvg_filter_frame().
| double DrawVGContext::time_start |
Time in seconds of the first frame.
Definition at line 2506 of file vf_drawvg.c.
Referenced by drawvg_filter_frame().
| uint8_t* DrawVGContext::script_text |
Inline source.
Definition at line 2509 of file vf_drawvg.c.
| uint8_t* DrawVGContext::script_file |
File path to load the source.
Definition at line 2512 of file vf_drawvg.c.
| struct VGSProgram DrawVGContext::program |
Definition at line 2514 of file vf_drawvg.c.
Referenced by drawvg_filter_frame(), and drawvg_uninit().
1.8.17