Bump libdcp for double-subtitle fix.
authorCarl Hetherington <cth@carlh.net>
Mon, 22 Aug 2016 15:07:39 +0000 (16:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 22 Aug 2016 15:07:39 +0000 (16:07 +0100)
ChangeLog
cscript

index ca05233979024b6e46a58bae0ebd993b0daadd0c..b98f3f40f841a6a123420002c0a2235f17939a57 100644 (file)
--- 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 c647f8a0247639d66c040dad84cc11d7258d33a4..e4a68a53fa97f62306780c705449b74c02edb467 100644 (file)
--- 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):