diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-17 20:28:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-08-17 21:49:09 +0200 |
| commit | 56a6b3277b7acb7fcfac97ef9667467d764ea490 (patch) | |
| tree | a695d68bb0f1205a0008a3c22b9f6ee3df7e3be0 /src/asset_writer.h | |
| parent | 3e07c602fdbce92a2562980ebefb39a8df95eefe (diff) | |
Make use of HMAC optional.ignore-hmac
Diffstat (limited to 'src/asset_writer.h')
| -rw-r--r-- | src/asset_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/asset_writer.h b/src/asset_writer.h index 2970b8d3..5f7dbd95 100644 --- a/src/asset_writer.h +++ b/src/asset_writer.h @@ -64,7 +64,7 @@ public: } protected: - AssetWriter (MXF* mxf, boost::filesystem::path file); + AssetWriter (MXF* mxf, boost::filesystem::path file, bool write_hmac = true); /** MXF that we are writing */ MXF* _mxf; |
