diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-22 16:07:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-22 16:07:39 +0100 |
| commit | e6f5f2e8184a10365651af63e2144d85d006cf64 (patch) | |
| tree | 13a53259d06c51c9ba8d52cbb1dc7866c7144a4d | |
| parent | a88987fc65e006a8e5cbc983252302784136c39c (diff) | |
Bump libdcp for double-subtitle fix.
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | cscript | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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. @@ -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): |
