diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-29 01:01:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-29 01:01:04 +0000 |
| commit | bd81f33a39c6d20e78fce0d5be3b2d487b6df344 (patch) | |
| tree | 4aa94856fde5dcc2e9c22cd0f296db42779d5683 /cscript | |
| parent | f3b35c291d36d4c74906d2716ac598ab442518ab (diff) | |
Add workaround for 3D DCPs whose picture MXFs are labelled (within the MXF) as mono.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -280,8 +280,8 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '96d67de', ffmpeg_options), - ('libdcp', '6db8817'), - ('libsub', '9fee7a4')) + ('libdcp', '45841f3'), + ('libsub', 'e3a5761')) def configure_options(target): opt = '' |
