FFmpeg
|
Data Fields | |
struct sbg_timestamp | ts |
char * | name |
int | name_len |
int | lock |
struct sbg_fade | fade |
struct sbg_timestamp sbg_script_tseq::ts |
Definition at line 92 of file sbgdec.c.
Referenced by expand_timestamps(), expand_tseq(), and parse_time_sequence().
char* sbg_script_tseq::name |
Definition at line 93 of file sbgdec.c.
Referenced by expand_tseq(), and parse_time_sequence().
int sbg_script_tseq::name_len |
Definition at line 94 of file sbgdec.c.
Referenced by expand_tseq(), and parse_time_sequence().
int sbg_script_tseq::lock |
Definition at line 95 of file sbgdec.c.
Referenced by expand_tseq().
struct sbg_fade sbg_script_tseq::fade |
Definition at line 96 of file sbgdec.c.
Referenced by expand_tseq(), and parse_time_sequence().