|
FFmpeg
|
Data Fields | |
| enum VGSCommand | cmd |
| struct VGSArgument * | args |
| int | args_count |
Program statements.
Definition at line 658 of file vf_drawvg.c.
| enum VGSCommand VGSStatement::cmd |
Definition at line 659 of file vf_drawvg.c.
Referenced by vgs_eval(), and vgs_parse_statement().
| struct VGSArgument* VGSStatement::args |
Definition at line 660 of file vf_drawvg.c.
Referenced by vgs_eval(), vgs_parse_statement(), and vgs_statement_free().
| int VGSStatement::args_count |
Definition at line 661 of file vf_drawvg.c.
Referenced by vgs_eval(), vgs_parse_statement(), and vgs_statement_free().
1.8.17