summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2020-06-06 08:46:33 -0600
committerJohn Stebbins <[email protected]>2020-06-06 09:47:16 -0600
commitca4a7d0a2da3f2134daba543bc61afba46ecea5c (patch)
tree1a9f41ccba08036e48ce311fdbfa59d4a6525102 /libhb
parent5172e6ceedf05a7d8462bc6936d8abd0e74efe7e (diff)
sync: fix handling of overlapping SSA import subs
Diffstat (limited to 'libhb')
-rw-r--r--libhb/sync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/sync.c b/libhb/sync.c
index 291ceaa8c..c34a72a3f 100644
--- a/libhb/sync.c
+++ b/libhb/sync.c
@@ -1121,6 +1121,7 @@ static void fixSubtitleOverlap( sync_stream_t * stream )
}
// Only SSA subs can overlap
if (stream->subtitle.subtitle->source != SSASUB &&
+ stream->subtitle.subtitle->source != IMPORTSSA &&
stream->subtitle.subtitle->config.dest == PASSTHRUSUB &&
buf->s.start <= stream->last_pts)
{