From 276a8f49c94cc80a7b29d5ecd8c7584e7ddcd87c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 4 Oct 2015 22:56:46 +0100 Subject: Fix subtitle timing under trim. --- cscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cscript') diff --git a/cscript b/cscript index b6ff8612a..acd33b38c 100644 --- a/cscript +++ b/cscript @@ -252,8 +252,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', 'd0986a9', ffmpeg_options), - ('libdcp', 'de32e99'), - ('libsub', '2d6d0e0')) + ('libdcp', '3c7d752'), + ('libsub', '3ed0ae0')) def configure_options(target): opt = '' -- cgit v1.2.3