FFmpeg
Data Fields
VGSParser Struct Reference

Data Fields

const char * source
 
size_t cursor
 
const char ** proc_names
 
int proc_names_count
 
const char * var_names [VAR_COUNT+1]
 

Detailed Description

Definition at line 432 of file vf_drawvg.c.

Field Documentation

◆ source

const char* VGSParser::source

Definition at line 433 of file vf_drawvg.c.

Referenced by vgs_parser_init(), vgs_parser_next_token(), and vgs_token_span().

◆ cursor

size_t VGSParser::cursor

Definition at line 434 of file vf_drawvg.c.

Referenced by vgs_parser_init(), and vgs_parser_next_token().

◆ proc_names

const char** VGSParser::proc_names

Definition at line 436 of file vf_drawvg.c.

Referenced by vgs_parse(), vgs_parse_statement(), vgs_parser_free(), and vgs_parser_init().

◆ proc_names_count

int VGSParser::proc_names_count

Definition at line 437 of file vf_drawvg.c.

Referenced by vgs_parse(), vgs_parse_statement(), vgs_parser_free(), and vgs_parser_init().

◆ var_names

const char* VGSParser::var_names[VAR_COUNT+1]

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