Fix creation of dcpdig files in projects that make VFs (#2109).
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Jan 2022 00:11:16 +0000 (00:11 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 20 Apr 2022 19:23:54 +0000 (21:23 +0200)
commit58e94d1c412cd87a28fca99b46c7d5cf408f8186
tree02e8d01cb6dd35a6b04490015bcc49e8c1984e15
parent2034cf8a82be21d4d07de81ae40c8255da1ed21e
Fix creation of dcpdig files in projects that make VFs (#2109).

Previously we would always get keys from the project which was
wrong with assets that already have their own key.
src/lib/dcp_digest_file.cc
src/lib/dcp_transcode_job.cc
test/dcp_digest_file_test.cc