summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--cscript2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca0523397..b98f3f40f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-08-22 c.hetherington <cth@carlh.net>
+ * Fix doubled-up subtitles in some cases when importing
+ DCPs with subtitles.
+
* Fix colour tint in subtitles burnt into existing DCP
content.
diff --git a/cscript b/cscript
index c647f8a02..e4a68a53f 100644
--- a/cscript
+++ b/cscript
@@ -237,7 +237,7 @@ def dependencies(target):
ffmpeg_options = {}
return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options),
- ('libdcp', 'fab8525'),
+ ('libdcp', 'c178a9d'),
('libsub', '067c21c'))
def configure_options(target):