diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:09:09 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-19 13:15:34 +0200 |
| commit | 1fcc2d967b50d0a09a6f4cc2ab47d3d2206911a4 (patch) | |
| tree | 08b0a91de5aeaffd2069d8336d565eeaf2642f55 /tools | |
| parent | cdb664d5be551715d9f55d00920ed92b4e2123e0 (diff) | |
I believe atmos_id is a unique identifier, so create it in the
same way that all the others are created.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpdecryptmxf.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dcpdecryptmxf.cc b/tools/dcpdecryptmxf.cc index 5d04d0fc..34ebf436 100644 --- a/tools/dcpdecryptmxf.cc +++ b/tools/dcpdecryptmxf.cc @@ -141,7 +141,6 @@ main (int argc, char* argv[]) in.first_frame(), in.max_channel_count(), in.max_object_count(), - in.atmos_id(), in.atmos_version() ); shared_ptr<dcp::AtmosAssetWriter> writer = out.start_write (output_file.get()); |
