diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-24 22:38:52 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-24 22:38:52 +0200 |
| commit | 85c565b56de05e93617a8dfd633d6f9d6e9cb30a (patch) | |
| tree | ecde1c29df68d91c749fd33ea7e4175a3a3716d6 /src/atmos_asset.cc | |
| parent | ec520e1a5ed27b3eb414627acf7ad7f9cd661346 (diff) | |
Try to remove the PKL object, and make it so that we don't keepdcp-editor2
the PKL assets around after reading them.
But verification needs to see those assets, to check the hashes.
Diffstat (limited to 'src/atmos_asset.cc')
| -rw-r--r-- | src/atmos_asset.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/atmos_asset.cc b/src/atmos_asset.cc index ae381737..d1fb5718 100644 --- a/src/atmos_asset.cc +++ b/src/atmos_asset.cc @@ -41,6 +41,7 @@ #include "atmos_asset_reader.h" #include "atmos_asset_writer.h" #include "exceptions.h" +#include "util.h" #include <asdcp/AS_DCP.h> |
