From 8d8c8c1c56012cb5b4ce7548576832b2348cae2a Mon Sep 17 00:00:00 2001 From: ritsuka Date: Thu, 18 Dec 2014 11:18:00 +0000 Subject: MacGui: separate the video settings logic from the view controller. There are a number of small regression ("Custom" preset and auto naming not updating) that will be fixed in the next commits. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6606 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/sync.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libhb/sync.c') 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); } -- cgit v1.2.3