Fix bug in subtitle parsing

This commit is contained in:
Andreas Öman 2010-08-19 05:29:08 +00:00
parent d165672b32
commit ace8530a05

View file

@ -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)