FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sbg_parser Struct Reference

Data Fields

voidlog
 
char * script
 
char * end
 
char * cursor
 
struct sbg_script scs
 
struct sbg_timestamp current_time
 
int nb_block_tseq
 
int nb_def_max
 
int nb_synth_max
 
int nb_tseq_max
 
int nb_block_tseq_max
 
int line_no
 
char err_msg [128]
 

Detailed Description

Definition at line 126 of file sbgdec.c.

Field Documentation

void* sbg_parser::log
char* sbg_parser::script

Definition at line 128 of file sbgdec.c.

Referenced by parse_script().

char * sbg_parser::end
char* sbg_parser::cursor
struct sbg_script sbg_parser::scs
struct sbg_timestamp sbg_parser::current_time

Definition at line 131 of file sbgdec.c.

Referenced by parse_time_sequence().

int sbg_parser::nb_block_tseq

Definition at line 132 of file sbgdec.c.

Referenced by parse_block_def(), and parse_time_sequence().

int sbg_parser::nb_def_max

Definition at line 133 of file sbgdec.c.

Referenced by parse_named_def().

int sbg_parser::nb_synth_max

Definition at line 133 of file sbgdec.c.

Referenced by parse_synth_channel().

int sbg_parser::nb_tseq_max

Definition at line 133 of file sbgdec.c.

Referenced by parse_time_sequence().

int sbg_parser::nb_block_tseq_max

Definition at line 133 of file sbgdec.c.

Referenced by parse_time_sequence().

int sbg_parser::line_no

Definition at line 134 of file sbgdec.c.

Referenced by lex_line_end(), and parse_script().

char sbg_parser::err_msg[128]

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