diff options
Diffstat (limited to 'libhb/rendersub.c')
-rw-r--r-- | libhb/rendersub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/rendersub.c b/libhb/rendersub.c index 6d0772f22..4d085bd9b 100644 --- a/libhb/rendersub.c +++ b/libhb/rendersub.c @@ -690,7 +690,7 @@ static int textsub_work(hb_filter_object_t * filter, hb_buffer_close(&sub); } } - if (pv->current_sub != NULL && pv->current_sub->s.start < in->s.start) + if (pv->current_sub != NULL && pv->current_sub->s.start <= in->s.start) { // We don't know the duration of this subtitle, but we know // that it started before the current video frame and that |