Fix bug in subtitle parsing
This commit is contained in:
parent
d165672b32
commit
ace8530a05
1 changed files with 1 additions and 0 deletions
|
@ -1066,6 +1066,7 @@ parse_subtitles(th_transport_t *t, th_stream_t *st, const uint8_t *data,
|
|||
/* Payload unit start */
|
||||
st->st_parser_state = 1;
|
||||
st->st_buf.sb_err = 0;
|
||||
st->st_buf.sb_ptr = 0;
|
||||
}
|
||||
|
||||
if(st->st_parser_state == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue