|
FFmpeg
|
Block assigned to a procedure by a call to the proc command.
More...
Data Fields | |
| const struct VGSProgram * | program |
| int | proc_args_count |
| Number of expected arguments. More... | |
| int | args [MAX_PROC_ARGS] |
| Variable ids where each argument is stored. More... | |
Block assigned to a procedure by a call to the proc command.
Definition at line 1337 of file vf_drawvg.c.
| const struct VGSProgram* VGSProcedure::program |
Definition at line 1338 of file vf_drawvg.c.
Referenced by vgs_eval().
| int VGSProcedure::proc_args_count |
Number of expected arguments.
Definition at line 1341 of file vf_drawvg.c.
Referenced by vgs_eval().
| int VGSProcedure::args[MAX_PROC_ARGS] |
Variable ids where each argument is stored.
Definition at line 1344 of file vf_drawvg.c.
Referenced by vgs_eval().
1.8.17