diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/sync.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/sync.c b/libhb/sync.c index e62a742fc..1b2120d71 100644 --- a/libhb/sync.c +++ b/libhb/sync.c @@ -513,6 +513,7 @@ static hb_buffer_t * sanitizeSubtitle( sanitizer->last = sub; } } + return mergeSubtitles(sanitizer, 0); } |