Data Fields | |
char * | line |
null-terminated heap allocated subtitle line | |
int64_t | pos |
offset position | |
int | start |
timestamp start | |
int | end |
timestamp end |
Definition at line 35 of file jacosubdec.c.
int SubEntry::end |
timestamp end
Definition at line 39 of file jacosubdec.c.
Referenced by jacosub_read_header(), and jacosub_read_packet().
char* SubEntry::line |
null-terminated heap allocated subtitle line
Definition at line 36 of file jacosubdec.c.
Referenced by jacosub_read_close(), jacosub_read_header(), and jacosub_read_packet().
int64_t SubEntry::pos |
offset position
Definition at line 37 of file jacosubdec.c.
Referenced by jacosub_read_header(), and jacosub_read_packet().
int SubEntry::start |
timestamp start
Definition at line 38 of file jacosubdec.c.
Referenced by jacosub_read_header(), and jacosub_read_packet().