diff options
Diffstat (limited to 'tools/dcpdecryptmxf.cc')
| -rw-r--r-- | tools/dcpdecryptmxf.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dcpdecryptmxf.cc b/tools/dcpdecryptmxf.cc index 34ebf436..a2998697 100644 --- a/tools/dcpdecryptmxf.cc +++ b/tools/dcpdecryptmxf.cc @@ -66,6 +66,8 @@ help (string n) int main (int argc, char* argv[]) { + dcp::init (); + optional<boost::filesystem::path> output_file; optional<boost::filesystem::path> kdm_file; optional<boost::filesystem::path> private_key_file; |
