Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/vtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ vtt_t* _vtt_parse(const utf8_char_t* data, size_t size, int srt_mode)
vtt_t* vtt = NULL;
double str_pts = 0, end_pts = 0;
size_t line_length = 0, trimmed_length = 0;
char* cue_settings;
char* cue_settings = NULL;
enum VTT_BLOCK_TYPE block_type;
size_t cue_id_length = 0;
const utf8_char_t* cue_id = NULL;
Expand Down