FFmpeg
Data Fields
VGSProcedure Struct Reference

Block assigned to a procedure by a call to the proc command. More...

Data Fields

const struct VGSProgramprogram
 
int proc_args_count
 Number of expected arguments. More...
 
int args [MAX_PROC_ARGS]
 Variable ids where each argument is stored. More...
 

Detailed Description

Block assigned to a procedure by a call to the proc command.

Definition at line 1337 of file vf_drawvg.c.

Field Documentation

◆ program

const struct VGSProgram* VGSProcedure::program

Definition at line 1338 of file vf_drawvg.c.

Referenced by vgs_eval().

◆ proc_args_count

int VGSProcedure::proc_args_count

Number of expected arguments.

Definition at line 1341 of file vf_drawvg.c.

Referenced by vgs_eval().

◆ args

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().


The documentation for this struct was generated from the following file: