Use the same ContextID whenever encrypting the picture asset for a project;
authorCarl Hetherington <cth@carlh.net>
Thu, 27 Oct 2016 20:00:41 +0000 (21:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 11:34:16 +0000 (11:34 +0000)
commit83efe84020dc0ba2801c4b305448790720fe133f
treecbe46d9cbcad21e9495f2624e2c8c8f61e1ca0e3
parent5b04f870694373ad9c6086aed5ab38b0c6b41ccc
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).
ChangeLog
cscript
src/lib/film.cc
src/lib/film.h
src/lib/reel_writer.cc
test/recover_test.cc