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