diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-27 21:00:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-31 11:34:16 +0000 |
| commit | 83efe84020dc0ba2801c4b305448790720fe133f (patch) | |
| tree | cbe46d9cbcad21e9495f2624e2c8c8f61e1ca0e3 /cscript | |
| parent | 5b04f870694373ad9c6086aed5ab38b0c6b41ccc (diff) | |
Use the same ContextID whenever encrypting the picture asset for a project;
this ensures that resumption of encodes works. Before this, a random ContextID
would be created for each run (#980).
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ def dependencies(target): ffmpeg_options = {} return (('ffmpeg-cdist', '1d4a1a4', ffmpeg_options), - ('libdcp', '079d5ca'), + ('libdcp', 'd23e6e1'), ('libsub', 'ef7c2ec')) def configure_options(target): |
