|
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 2632 of file vf_drawvg.c.
| const AVClass* DrawVGContext::class |
Definition at line 2633 of file vf_drawvg.c.
| cairo_format_t DrawVGContext::cairo_format |
Equivalent to AVPixelFormat.
Definition at line 2636 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 2639 of file vf_drawvg.c.
Referenced by drawvg_filter_frame().
| uint8_t* DrawVGContext::script_text |
Inline source.
Definition at line 2642 of file vf_drawvg.c.
| uint8_t* DrawVGContext::script_file |
File path to load the source.
Definition at line 2645 of file vf_drawvg.c.
| struct VGSProgram DrawVGContext::program |
Definition at line 2647 of file vf_drawvg.c.
Referenced by drawvg_filter_frame(), and drawvg_uninit().
1.8.17