diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-06 11:51:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-18 12:11:43 +0200 |
| commit | 6801a43a489b3e55ab062b0db46e0e03d20e9bcb (patch) | |
| tree | f46d8a54dc00852d015d59c7b7a37e1654381dae /tools | |
| parent | c7de16512dad5f4a1e9c1acdaddfc300e428ed3e (diff) | |
Move Behaviour enum out of J2KPictureAsset.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpdecryptmxf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpdecryptmxf.cc b/tools/dcpdecryptmxf.cc index ea90c34e..1145d77d 100644 --- a/tools/dcpdecryptmxf.cc +++ b/tools/dcpdecryptmxf.cc @@ -235,7 +235,7 @@ main (int argc, char* argv[]) dcp::MonoJ2KPictureAsset in (input_file); add_key (in, decrypted_kdm); dcp::MonoJ2KPictureAsset out (in.edit_rate(), dcp::Standard::SMPTE); - auto writer = out.start_write(output_file.get(), dcp::J2KPictureAsset::Behaviour::MAKE_NEW); + auto writer = out.start_write(output_file.get(), dcp::Behaviour::MAKE_NEW); copy (in, writer, ignore_hmac); break; } |
